We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f593 commit 4a88d5dCopy full SHA for 4a88d5d
examples/simple/main.tf
@@ -27,8 +27,8 @@ module "cloud_router" {
27
region = "us-central1"
28
29
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.
+ # The ASN (16550, 64512 - 65534, 4200000000 - 4294967294) can be any private ASN
+ # not already used as a peer ASN in the same region and network or 16550 for Partner Interconnect.
32
asn = "65001"
33
}
34
0 commit comments