Skip to content

Commit

Permalink
made small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Feb 25, 2021
1 parent ba07820 commit 4f4e83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Feb21/ntier-tf-aws/main.tf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ provider "aws" {
# we need to create a vpc resource # we need to create a vpc resource
resource "aws_vpc" "ntiervpc" { resource "aws_vpc" "ntiervpc" {
cidr_block = "192.168.0.0/16" cidr_block = "192.168.0.0/16"
enable_dns_support = true
enable_dns_hostnames = true


tags = { tags = {
"Name" = "from tf" "Name" = "from tf"
Expand Down

0 comments on commit 4f4e83e

Please sign in to comment.