Skip to content

Commit

Permalink
enha: enabled private DNS namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kfc-manager committed Apr 29, 2024
1 parent 79461d7 commit 28fa526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
################################

resource "aws_vpc" "main" {
cidr_block = var.cidr
cidr_block = var.cidr
enable_dns_support = true
enable_dns_hostnames = true

tags = var.tags
}
Expand Down

0 comments on commit 28fa526

Please sign in to comment.