Files
homelab/terraform/authentik/groups.tfvars

11 lines
155 B
Plaintext
Raw Normal View History

2025-09-16 15:35:29 +03:00
groups = {
"admins" = {
name = "Administrators"
is_superuser = true
attributes = {
notes = "Managed by Terraform"
}
}
}