Skip to content

Commit cb95c1c

Browse files
PR small fixes
1 parent 5077d75 commit cb95c1c

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

3-networks-dual-svpc/envs/production/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3-networks-dual-svpc/envs/shared/remote.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
locals {
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

3-networks-dual-svpc/envs/shared/remote.tf.cloud.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
locals {
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

3-networks-dual-svpc/production.auto.example.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

0 commit comments

Comments
 (0)