We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the 3 section deploy on a clean org ran into hardcoded regions - this will need to be parameterized and fixed to default to northamerica-northeast1 and 2 for security compliance specific to regionalization see https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/3-networks-hub-and-spoke/envs/shared/main.tf#L22
locals { env = "common" environment_code = "c" bgp_asn_number = var.enable_partner_interconnect ? "16550" : "64514" dns_bgp_asn_number = var.enable_partner_interconnect ? "16550" : var.bgp_asn_dns default_region1 = "us-west1" default_region2 = "us-central1"
verify also the other 3-networks-dual-svpc https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/3-networks-dual-svpc/envs/shared/remote.tf#L21
see https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/3-networks-dual-svpc/envs/shared/remote.tf#L21
duplicate of terraform-google-modules/terraform-example-foundation#1172
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
fmichaelobrien
No branches or pull requests
During the 3 section deploy on a clean org ran into hardcoded regions - this will need to be parameterized and fixed to default to northamerica-northeast1 and 2 for security compliance specific to regionalization
see
https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/3-networks-hub-and-spoke/envs/shared/main.tf#L22
verify also the other 3-networks-dual-svpc
https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/3-networks-dual-svpc/envs/shared/remote.tf#L21
see
https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/3-networks-dual-svpc/envs/shared/remote.tf#L21
duplicate of terraform-google-modules/terraform-example-foundation#1172
The text was updated successfully, but these errors were encountered: