You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 4-projects/modules/infra_pipelines/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
| cloudbuild\_plan\_filename | Path and name of Cloud Build YAML definition used for terraform plan. |`string`|`"cloudbuild-tf-plan.yaml"`| no |
11
11
| cloudbuild\_project\_id | The project id where the pipelines and repos should be created |`string`| n/a | yes |
12
12
| default\_region | Default region to create resources where applicable. |`string`| n/a | yes |
13
+
| folders\_to\_grant\_browser\_role | List of folders to grant browser role to the cloud build service account. Used by terraform validator to able to load IAM policies. |`list(string)`|`[]`| no |
13
14
| gar\_repo\_name | Custom name to use for GAR repo. |`string`|`""`| no |
14
15
| impersonate\_service\_account | Service account email of the account to impersonate to run Terraform |`string`| n/a | yes |
15
16
| project\_prefix | Name prefix to use for projects created. |`string`|`"prj"`| no |
0 commit comments