Skip to content

Commit 4a88d5d

Browse files
authored
chore(docs): Add 16550 as partner interconnect ASN (#21)
Add 16550 as partner interconnect ASN
1 parent c31f593 commit 4a88d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ module "cloud_router" {
2727
region = "us-central1"
2828

2929
bgp = {
30-
# The private ASN (64512 - 65534, 4200000000 - 4294967294) can be any private ASN
31-
# not already used as a peer ASN in the same region and network.
30+
# The ASN (16550, 64512 - 65534, 4200000000 - 4294967294) can be any private ASN
31+
# not already used as a peer ASN in the same region and network or 16550 for Partner Interconnect.
3232
asn = "65001"
3333
}
3434

0 commit comments

Comments
 (0)