Actualiser vpc.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m8s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m8s
This commit is contained in:
5
vpc.tf
5
vpc.tf
@@ -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
|
||||||
|
Reference in New Issue
Block a user