Files
homelab/terraform/authentik/state.tf
AB from home.homenet 4ffc42af97
All checks were successful
Check with kubeconform / lint (push) Successful in 12s
Added Authentik TF code
2025-09-16 15:28:50 +03:00

9 lines
107 B
HCL

terraform {
cloud {
organization = "ultradesu"
workspaces {
name = "Authentik"
}
}
}