Use supported domain argument for NAT EIP

This commit is contained in:
cloudneutral 2025-12-10 14:08:15 +08:00
parent 2f6e03ec21
commit 986e0516c7

View File

@ -43,7 +43,7 @@ resource "aws_subnet" "private" {
}
resource "aws_eip" "nat" {
vpc = true
domain = "vpc"
tags = merge(var.tags, {
Name = "${var.name_prefix}-nat-eip"