Skip to content

Commit 661df69

Browse files
committed
fix #673
1 parent 82822a6 commit 661df69

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

fast/stages/01-resman/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ terraform apply
108108

109109
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.
110110

111-
Consider the following example
111+
Consider the following example in a `tfvars` file:
112112

113113
```hcl
114114
team_folders = {

fast/stages/01-resman/variables.tf

-9
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,4 @@ variable "team_folders" {
197197
impersonation_groups = list(string)
198198
}))
199199
default = null
200-
# default = {
201-
# team-a = {
202-
# descriptive_name = "Team A"
203-
# group_iam = {
204-
# [email protected] = ["roles/owner", "roles/resourcemanager.projectCreator"]
205-
# }
206-
# impersonation_groups = ["[email protected]"]
207-
# }
208-
# }
209200
}

0 commit comments

Comments
 (0)