File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ module "base_env" {
8787 base_subnet_primary_ranges = local. base_subnet_primary_ranges
8888 base_subnet_proxy_ranges = local. base_subnet_proxy_ranges
8989 base_subnet_secondary_ranges = local. base_subnet_secondary_ranges
90- base_private_service_connect_ip = " 10.17.0.3 "
90+ base_private_service_connect_ip = " 10.17.0.4 "
9191 restricted_private_service_cidr = local. restricted_private_service_cidr
9292 restricted_subnet_proxy_ranges = local. restricted_subnet_proxy_ranges
9393 restricted_subnet_primary_ranges = local. restricted_subnet_primary_ranges
9494 restricted_subnet_secondary_ranges = local. restricted_subnet_secondary_ranges
95- restricted_private_service_connect_ip = " 10.17.0.7 "
95+ restricted_private_service_connect_ip = " 10.17.0.8 "
9696 remote_state_bucket = var. remote_state_bucket
9797 tfc_org_name = var. tfc_org_name
9898 target_name_server_addresses = var. target_name_server_addresses
Original file line number Diff line number Diff line change 1717locals {
1818 env = " common"
1919 environment_code = " c"
20- dns_bgp_asn_number = var. bgp_asn_dns
2120 default_region1 = data. terraform_remote_state . bootstrap . outputs . common_config . default_region
2221 default_region2 = data. terraform_remote_state . bootstrap . outputs . common_config . default_region_2
2322 folder_prefix = data. terraform_remote_state . bootstrap . outputs . common_config . folder_prefix
Original file line number Diff line number Diff line change 1717locals {
1818 env = "common"
1919 environment_code = "c"
20- dns_bgp_asn_number = var.bgp_asn_dns
2120 default_region1 = data.tfe_outputs.bootstrap.outputs.common_config.default_region
2221 default_region2 = data.tfe_outputs.bootstrap.outputs.common_config.default_region_2
2322 folder_prefix = data.tfe_outputs.bootstrap.nonsensitive_values.common_config.folder_prefix
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2022 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments