diff --git a/vpc.tf b/vpc.tf index 2260de5..03afb36 100644 --- a/vpc.tf +++ b/vpc.tf @@ -97,11 +97,6 @@ resource "aws_route" "public_internet_gateway" { destination_cidr_block = "0.0.0.0/0" gateway_id = aws_internet_gateway.igw.id - - tags = { - Name = "${var.environment}-public-route-table" - Environment = "${var.environment}" - } } # Route for NAT Gateway