Files
homelab/terraform/authentik/groups.auto.tfvars

11 lines
155 B
Plaintext
Raw Permalink Normal View History

2026-03-12 21:22:45 +00:00
groups = {
"admins" = {
name = "Administrators"
is_superuser = true
attributes = {
notes = "Managed by Terraform"
}
}
}