Files
homelab/terraform/authentik/groups.tfvars
AB from home.homenet a8c089d9ec
Some checks failed
Terraform / Terraform (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Added Authentik TF code
2025-09-16 15:35:36 +03:00

11 lines
155 B
HCL

groups = {
"admins" = {
name = "Administrators"
is_superuser = true
attributes = {
notes = "Managed by Terraform"
}
}
}