Skip to content

Commit c460d5f

Browse files
committed
Enable dns support
1 parent 31edb1c commit c460d5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

terraform/prod/vpc.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ module "vpc" {
1818
]
1919

2020
enable_nat_gateway = true
21-
single_nat_gateway = true
22-
one_nat_gateway_per_az = false
23-
enable_dhcp_options = true
21+
enable_dns_support = true
2422
enable_dns_hostnames = true
2523

2624
enable_s3_endpoint = true

terraform/stg/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "vpc" {
2020
enable_nat_gateway = true
2121
single_nat_gateway = true
2222
one_nat_gateway_per_az = false
23-
enable_dhcp_options = true
23+
enable_dns_support = true
2424
enable_dns_hostnames = true
2525

2626
enable_s3_endpoint = true

0 commit comments

Comments
 (0)