Update variables.tf example for team_folders

This commit is contained in:
Simone Ruffilli 2022-02-07 11:15:13 +01:00 committed by GitHub
parent 8f1639a3c5
commit 40142572f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ variable "team_folders" {
# team-a = { # team-a = {
# descriptive_name = "Team A" # descriptive_name = "Team A"
# group_iam = { # group_iam = {
# team-a-group = [roles/owner, roles/projectCreator] # team-a-group@example.com = ["roles/owner", "roles/resourcemanager.projectCreator"]
# } # }
# impersonation_groups = ["team-a-admins@example.com"] # impersonation_groups = ["team-a-admins@example.com"]
# } # }