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 31edb1c commit c460d5fCopy full SHA for c460d5f
terraform/prod/vpc.tf
@@ -18,9 +18,7 @@ module "vpc" {
18
]
19
20
enable_nat_gateway = true
21
- single_nat_gateway = true
22
- one_nat_gateway_per_az = false
23
- enable_dhcp_options = true
+ enable_dns_support = true
24
enable_dns_hostnames = true
25
26
enable_s3_endpoint = true
terraform/stg/vpc.tf
@@ -20,7 +20,7 @@ module "vpc" {
single_nat_gateway = true
one_nat_gateway_per_az = false
0 commit comments