@@ -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
The note is not visible to the blocked user.