Skip to content

Commit

Permalink
new Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-mohamed-zaghloul committed Jul 14, 2024
1 parent c06ebfb commit 3a551da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ resource "aws_internet_gateway" "igw" {
Name = var.igw-name
}
}

resource "aws_subnet" "public-subnet" {
vpc_id = aws_vpc.vpc.id
cidr_block = "10.0.1.0/24"
Expand Down

0 comments on commit 3a551da

Please sign in to comment.