Skip to content

Commit

Permalink
Update ec2_creation.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekshithSN authored Oct 12, 2020
1 parent ea34c1f commit 82c8975
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ec2_creation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ resource "aws_subnet" "public-subnet" {
cidr_block = "10.0.1.0/24"
availability_zone = "us-west-2a"

tags {
Name = "Web Public Subnet"
}
}

resource "aws_security_group" "sgweb" {
Expand Down Expand Up @@ -64,9 +61,6 @@ resource "aws_security_group" "sgweb" {

vpc_id="${aws_vpc.default.id}"

tags {
Name = "Web Server SG"
}
}

resource "aws_instance" "web" {
Expand Down

0 comments on commit 82c8975

Please sign in to comment.