-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into enable-fine-grained-configuration-for-vpc-…
…flow-logs
- Loading branch information
Showing
15 changed files
with
62 additions
and
32 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
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 |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
// The DNS name of peering managed zone. Must end with a period. | ||
domain = "example.com." | ||
|
||
// Uncomment the following line and add you email in the perimeter_additional_members list. | ||
// Update the following line and add you email in the perimeter_additional_members list. | ||
// You must be in this list to be able to view/access resources in the project protected by the VPC service controls. | ||
|
||
//perimeter_additional_members = ["user:[email protected]"] | ||
perimeter_additional_members = ["user:[email protected]"] | ||
|
||
remote_state_bucket = "REMOTE_STATE_BUCKET" |
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 |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
// The DNS name of peering managed zone. Must end with a period. | ||
domain = "example.com." | ||
|
||
// Uncomment the following line and add you email in the perimeter_additional_members list. | ||
// Update the following line and add you email in the perimeter_additional_members list. | ||
// You must be in this list to be able to view/access resources in the project protected by the VPC service controls. | ||
|
||
//perimeter_additional_members = ["user:[email protected]"] | ||
perimeter_additional_members = ["user:[email protected]"] | ||
|
||
remote_state_bucket = "REMOTE_STATE_BUCKET" | ||
|
||
|
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 |
---|---|---|
|
@@ -39,9 +39,11 @@ group_org_admins = "REPLACE_ME" # "[email protected]" | |
group_billing_admins = "REPLACE_ME" # "[email protected]" | ||
org_project_creators = [] | ||
|
||
bucket_force_destroy = false | ||
project_prefix = "prj" | ||
folder_prefix = "fldr" | ||
bucket_force_destroy = false | ||
bucket_tfstate_kms_force_destroy = false | ||
|
||
project_prefix = "prj" | ||
folder_prefix = "fldr" | ||
|
||
// Optional - for an organization with existing projects or for development/validation. | ||
// Uncomment this variable to place all the example foundation resources under | ||
|
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