Actualiser vpc-production.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m51s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m51s
This commit is contained in:
@@ -82,7 +82,9 @@ resource "aws_internet_gateway" "default-internet-gw" {
|
|||||||
|
|
||||||
# Elastic-IP (eip) for NAT
|
# Elastic-IP (eip) for NAT
|
||||||
resource "aws_eip" "nat_eip" {
|
resource "aws_eip" "nat_eip" {
|
||||||
vpc = true
|
# vpc = true
|
||||||
|
domain = "vpc"
|
||||||
|
|
||||||
depends_on = [aws_internet_gateway.default-internet-gw]
|
depends_on = [aws_internet_gateway.default-internet-gw]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user