This commit is contained in:
Ludovico Magnocavallo 2022-06-10 10:51:26 +02:00 committed by GitHub
parent 82822a69d3
commit f75c0021a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -108,7 +108,7 @@ terraform apply
This stage provides a single built-in customization that offers a minimal (but usable) implementation of the "application" or "business" grouping for resources discussed above. The `team_folders` variable allows you to specify a map of team name and groups, that will result in folders, automation service accounts, and IAM policies applied.
Consider the following example
Consider the following example in a `tfvars` file:
```hcl
team_folders = {

View File

@ -197,13 +197,4 @@ variable "team_folders" {
impersonation_groups = list(string)
}))
default = null
# default = {
# team-a = {
# descriptive_name = "Team A"
# group_iam = {
# team-a-group@example.com = ["roles/owner", "roles/resourcemanager.projectCreator"]
# }
# impersonation_groups = ["team-a-admins@example.com"]
# }
# }
}