Files
homelab/terraform/authentik/groups.tfvars
T
AB from home.homenet a8c089d9ec 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"
}
}
}