This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7ea98a1 Sean Carolan
committed Dec 5, 2019
1 parent 92f0421 commit 7ea98a1 Copy full SHA for 7ea98a1
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
resource aws_vpc "hashicat" {
2
2
cidr_block = var.address_space
3
- enable_dns_hostnames = false
3
+ enable_dns_hostnames = true
4
4
5
5
tags = {
6
6
Name = "${var.prefix}-vpc"
Original file line number Diff line number Diff line change 1
1
resource aws_vpc "hashicat" {
2
2
cidr_block = var.address_space
3
- enable_dns_hostnames = false
3
+ enable_dns_hostnames = true
4
4
5
5
tags = {
6
6
Name = "${var.prefix}-vpc"
Original file line number Diff line number Diff line change 1
1
resource aws_vpc "hashicat" {
2
2
cidr_block = var.address_space
3
- enable_dns_hostnames = false
3
+ enable_dns_hostnames = true
4
4
}
5
5
6
6
# resource aws_subnet "hashicat" {
Original file line number Diff line number Diff line change 1
1
resource aws_vpc "hashicat" {
2
2
cidr_block = var. address_space
3
- enable_dns_hostnames = false
3
+ enable_dns_hostnames = true
4
4
5
5
tags = {
6
6
Name = " ${ var . prefix } -vpc"
You can’t perform that action at this time.
0 commit comments