From cd739e95860b0f4b3bf3f8316a873b7e43adbd01 Mon Sep 17 00:00:00 2001 From: a-nomad <72581339+a-nomad@users.noreply.github.com> Date: Sun, 20 Aug 2023 20:05:23 -0400 Subject: [PATCH] Update main.tf --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index 77865d7..03d97f0 100644 --- a/main.tf +++ b/main.tf @@ -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" {