Skip to content

Commit 6f300f6

Browse files
committed
fix global.tfvars.example vars
1 parent 89b67f1 commit 6f300f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/foundation-deployer/global.tfvars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ target_name_server_addresses = [
142142
// Can be used to override the default region set in 0-bootstrap
143143
// See https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/4-projects/business_unit_1/production/README.md#outputs
144144

145-
gcs_location = "US"
146-
kms_location = "us"
145+
location_kms = "us"
146+
location_gcs = "US"

0 commit comments

Comments
 (0)