Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update perimeter_additional_members instructions #1038

Merged
1 change: 1 addition & 0 deletions 3-networks-dual-svpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Run `terraform output cloudbuild_project_id` in the `0-bootstrap` folder to get

sed -i "s/REMOTE_STATE_BUCKET/${backend_bucket}/" ./common.auto.tfvars
```
**Note:** Make sure that you update the `perimeter_additional_members` variable with your e-mail in order to be able to view/access resources in the project protected by the VPC service controls.

1. Commit changes

Expand Down
4 changes: 2 additions & 2 deletions 3-networks-dual-svpc/common.auto.example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions 3-networks-hub-and-spoke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Run `terraform output cloudbuild_project_id` in the `0-bootstrap` folder to get

sed -i "s/REMOTE_STATE_BUCKET/${backend_bucket}/" ./common.auto.tfvars
```
**Note:** Make sure that you update the `perimeter_additional_members` variable with your e-mail in order to be able to view/access resources in the project protected by the VPC service controls.

1. Commit changes

Expand Down
4 changes: 2 additions & 2 deletions 3-networks-hub-and-spoke/common.auto.example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down