Actualiser vpc.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m8s

This commit is contained in:
2025-08-07 13:43:57 +02:00
parent 2995250eef
commit 559eac3a61

5
vpc.tf
View File

@@ -97,11 +97,6 @@ resource "aws_route" "public_internet_gateway" {
destination_cidr_block = "0.0.0.0/0" destination_cidr_block = "0.0.0.0/0"
gateway_id = aws_internet_gateway.igw.id gateway_id = aws_internet_gateway.igw.id
tags = {
Name = "${var.environment}-public-route-table"
Environment = "${var.environment}"
}
} }
# Route for NAT Gateway # Route for NAT Gateway