From 960c84b34713cb072354a3bce253356887b19e49 Mon Sep 17 00:00:00 2001 From: Simone Ruffilli Date: Fri, 28 Jul 2023 11:16:03 +0200 Subject: [PATCH] Fixed wrong ASN when using partner_interconnect. (#1537) --- modules/net-vlan-attachment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net-vlan-attachment/README.md b/modules/net-vlan-attachment/README.md index e8b206b7..b013fe08 100644 --- a/modules/net-vlan-attachment/README.md +++ b/modules/net-vlan-attachment/README.md @@ -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 {