Actualiser vpc-production.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m51s

This commit is contained in:
2025-08-07 15:03:07 +02:00
parent 53245ffb8e
commit d7621c2c1c

View File

@@ -82,7 +82,9 @@ resource "aws_internet_gateway" "default-internet-gw" {
# Elastic-IP (eip) for NAT
resource "aws_eip" "nat_eip" {
vpc = true
# vpc = true
domain = "vpc"
depends_on = [aws_internet_gateway.default-internet-gw]
}