Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 25, 2021
1 parent 061c34d commit 309953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ locals {

enable_dns_support = var.enable_aws_dns ? true : var.enable_dns_support
enable_dns_hostnames = var.enable_aws_dns ? true : var.enable_dns_hostnames
vpc_dns_servers = var.enable_aws_dns ? "AmazonDNS" : var.vpc_dns_servers
vpc_dns_servers = var.enable_aws_dns ? ["AmazonProvidedDNS"] : var.vpc_dns_servers

}

Expand Down

0 comments on commit 309953d

Please sign in to comment.