11 lines
155 B
HCL
11 lines
155 B
HCL
groups = {
|
|
"admins" = {
|
|
name = "Administrators"
|
|
is_superuser = true
|
|
attributes = {
|
|
notes = "Managed by Terraform"
|
|
}
|
|
}
|
|
}
|
|
|