Fixed wrong ASN when using partner_interconnect. (#1537)

This commit is contained in:
Simone Ruffilli 2023-07-28 11:16:03 +02:00 committed by GitHub
parent a8d9d80d5b
commit 960c84b347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ resource "google_compute_router" "interconnect-router-ew12" {
project = "myproject"
region = "europe-west12"
bgp {
asn = 64514
asn = 16550
advertise_mode = "CUSTOM"
advertised_groups = ["ALL_SUBNETS"]
advertised_ip_ranges {