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" {
87
87
base_subnet_primary_ranges = local. base_subnet_primary_ranges
88
88
base_subnet_proxy_ranges = local. base_subnet_proxy_ranges
89
89
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 "
91
91
restricted_private_service_cidr = local. restricted_private_service_cidr
92
92
restricted_subnet_proxy_ranges = local. restricted_subnet_proxy_ranges
93
93
restricted_subnet_primary_ranges = local. restricted_subnet_primary_ranges
94
94
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 "
96
96
remote_state_bucket = var. remote_state_bucket
97
97
tfc_org_name = var. tfc_org_name
98
98
target_name_server_addresses = var. target_name_server_addresses
Original file line number Diff line number Diff line change 17
17
locals {
18
18
env = " common"
19
19
environment_code = " c"
20
- dns_bgp_asn_number = var. bgp_asn_dns
21
20
default_region1 = data. terraform_remote_state . bootstrap . outputs . common_config . default_region
22
21
default_region2 = data. terraform_remote_state . bootstrap . outputs . common_config . default_region_2
23
22
folder_prefix = data. terraform_remote_state . bootstrap . outputs . common_config . folder_prefix
Original file line number Diff line number Diff line change 17
17
locals {
18
18
env = "common"
19
19
environment_code = "c"
20
- dns_bgp_asn_number = var.bgp_asn_dns
21
20
default_region1 = data.tfe_outputs.bootstrap.outputs.common_config.default_region
22
21
default_region2 = data.tfe_outputs.bootstrap.outputs.common_config.default_region_2
23
22
folder_prefix = data.tfe_outputs.bootstrap.nonsensitive_values.common_config.folder_prefix
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2022 Google LLC
2
+ * Copyright 2021 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments