-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from terraform-google-modules/aaron-lane-labels…
…-bucket-policy Add labels, Bucket Policy Only, Security Admin role
- Loading branch information
Showing
13 changed files
with
102 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ module "bootstrap" { | |
org_id = "<ORGANIZATION_ID>" | ||
billing_account = "<BILLING_ACCOUNT_ID>" | ||
group_org_admins = "[email protected]" | ||
group_billing_admins = "[email protected]" | ||
default_region = "australia-southeast1" | ||
sa_enable_impersonation = true | ||
terraform_sa_email = "<SERVICE_ACCOUNT_EMAIL>" | ||
|
@@ -59,8 +58,10 @@ Functional examples and sample Cloud Build definitions are included in the [exam | |
| folder\_id | The ID of a folder to host this project | string | `""` | no | | ||
| group\_org\_admins | Google Group for GCP Organization Administrators | string | n/a | yes | | ||
| org\_id | GCP Organization ID | string | n/a | yes | | ||
| project\_labels | Labels to apply to the project. | map(string) | `<map>` | no | | ||
| project\_prefix | Name prefix to use for projects created. | string | `"cft"` | no | | ||
| sa\_enable\_impersonation | Allow org_admins group to impersonate service account & enable APIs required. | bool | `"false"` | no | | ||
| storage\_bucket\_labels | Labels to apply to the storage bucket. | map(string) | `<map>` | no | | ||
| terraform\_sa\_email | Email for terraform service account. | string | n/a | yes | | ||
| terraform\_sa\_name | Fully-qualified name of the terraform service account. | string | n/a | yes | | ||
| terraform\_state\_bucket | Default state bucket, used in Cloud Build substitutions. | string | n/a | yes | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,9 @@ | |
|
||
terraform { | ||
required_version = "~> 0.12.6" | ||
|
||
required_providers { | ||
google = "~> 2.1" | ||
google-beta = "~> 2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,9 @@ | |
|
||
terraform { | ||
required_version = "~> 0.12.6" | ||
|
||
required_providers { | ||
google = "~> 2.1" | ||
google-beta = "~> 2.1" | ||
} | ||
} |