Use supported domain argument for NAT EIP
This commit is contained in:
parent
2f6e03ec21
commit
986e0516c7
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user