From 4045d3c9cd156a3d2e813cc669d9b6daa56d168c Mon Sep 17 00:00:00 2001 From: lopezvit Date: Mon, 9 Feb 2026 10:36:20 +0200 Subject: [PATCH] docu: without specifying the asn to be 16550 this example gives an error (#3706) Error: com.google.apps.framework.request.StatusException: generic::INVALID_ARGUMENT: Invalid value for field 'resource.router': 'projects/-prod-net-core-0/regions/europe-north1/routers/encrypted-vlan-attachment-b-underlay'. The Cloud Router used by PARTNER type interconnect attachments must be assigned a local ASN of '16550' Co-authored-by: Ludovico Magnocavallo --- modules/net-vlan-attachment/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/net-vlan-attachment/README.md b/modules/net-vlan-attachment/README.md index ed0f580c4..0ba2ed816 100644 --- a/modules/net-vlan-attachment/README.md +++ b/modules/net-vlan-attachment/README.md @@ -613,6 +613,7 @@ module "example-va-a" { description = "example-va-a vlan attachment" peer_asn = "65001" router_config = { + asn = 16550 create = true } partner_interconnect_config = { @@ -630,6 +631,7 @@ module "example-va-b" { description = "example-va-b vlan attachment" peer_asn = "65001" router_config = { + asn = 16550 create = true } partner_interconnect_config = {