Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
a-nomad authored Aug 21, 2023
1 parent f959a0f commit cd739e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ resource "aws_vpc_endpoint" "s3" {
#
resource "aws_eip" "nat" {
count = length(var.public_subnet_cidr_blocks)

vpc = true
}

resource "aws_nat_gateway" "default" {
Expand Down

0 comments on commit cd739e9

Please sign in to comment.