Commit 305e86d7 authored by Anton Babenko's avatar Anton Babenko

Set enable_dns_support=true by default

parent b684241e
......@@ -52,7 +52,7 @@ variable "enable_dns_hostnames" {
variable "enable_dns_support" {
description = "Should be true to enable DNS support in the VPC"
default = false
default = true
}
variable "enable_nat_gateway" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment