Revert "Remove unused ASN numbers from CloudNAT to avoid provider errors" (#1626)

This reverts commit 311bed8e83.
This commit is contained in:
Luca Prete 2023-08-28 09:33:52 +02:00 committed by GitHub
parent befbd190a3
commit 4c64c15871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 0 deletions

View File

@ -84,4 +84,5 @@ module "landing-nat-primary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.primary]}"
router_network = module.landing-vpc.name
router_asn = 4200001024
}

View File

@ -80,6 +80,7 @@ module "dev-spoke-cloudnat" {
name = "dev-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.dev-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -79,6 +79,7 @@ module "prod-spoke-cloudnat" {
name = "prod-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.prod-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -84,4 +84,5 @@ module "landing-nat-primary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.primary]}"
router_network = module.landing-vpc.name
router_asn = 4200001024
}

View File

@ -80,6 +80,7 @@ module "dev-spoke-cloudnat" {
name = "dev-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.dev-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -79,6 +79,7 @@ module "prod-spoke-cloudnat" {
name = "prod-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.prod-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -85,6 +85,7 @@ module "landing-nat-primary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.primary]}"
router_network = module.landing-untrusted-vpc.name
router_asn = 4200001024
}
moved {
@ -100,6 +101,7 @@ module "landing-nat-secondary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.secondary]}"
router_network = module.landing-untrusted-vpc.name
router_asn = 4200001024
}
# Trusted VPC

View File

@ -80,6 +80,7 @@ module "dev-spoke-cloudnat" {
name = "dev-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.dev-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -79,6 +79,7 @@ module "prod-spoke-cloudnat" {
name = "prod-nat-${local.region_shortnames[each.value]}"
router_create = true
router_network = module.prod-spoke-vpc.name
router_asn = 4200001024
logging_filter = "ERRORS_ONLY"
}

View File

@ -86,6 +86,7 @@ module "landing-nat-primary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.primary]}"
router_network = module.landing-untrusted-vpc.name
router_asn = 4200001024
}
moved {
@ -101,6 +102,7 @@ module "landing-nat-secondary" {
router_create = true
router_name = "prod-nat-${local.region_shortnames[var.regions.secondary]}"
router_network = module.landing-untrusted-vpc.name
router_asn = 4200001024
}
# Trusted VPC