Skip to content

Commit 305e86d

Browse files
committed
Set enable_dns_support=true by default
1 parent b684241 commit 305e86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variable "enable_dns_hostnames" {
5252

5353
variable "enable_dns_support" {
5454
description = "Should be true to enable DNS support in the VPC"
55-
default = false
55+
default = true
5656
}
5757

5858
variable "enable_nat_gateway" {

0 commit comments

Comments
 (0)