Skip to content

Commit bfa36d7

Browse files
tbugfinderantonbabenko
authored andcommitted
1 parent 19c0b24 commit bfa36d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ variable "vpn_gateway_id" {
144144
}
145145

146146
variable "amazon_side_asn" {
147-
description = "The Autonomous System Number (ASN) for the Amazon side of the gateway. If you don't specify an ASN, the virtual private gateway is created with the default ASN."
148-
default = "" # Error: module.vpc.aws_vpn_gateway.this: "amazon_side_asn" ("") must be a 64-bit integer
147+
description = "The Autonomous System Number (ASN) for the Amazon side of the gateway. By default the virtual private gateway is created with the current default Amazon ASN."
148+
default = "64512"
149149
}
150150

151151
variable "propagate_private_route_tables_vgw" {

0 commit comments

Comments
 (0)