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 85195a0 commit 1c1d04dCopy full SHA for 1c1d04d
examples/complete/main.tf
@@ -54,6 +54,8 @@ module "vpc" {
54
enable_nat_gateway = true
55
single_nat_gateway = true
56
57
+ single_nat_gateway_subnet_index = 1
58
+
59
customer_gateways = {
60
IP1 = {
61
bgp_asn = 65112
0 commit comments