Skip to content

Commit 8e453fa

Browse files
committed
set eip vpc to true
1 parent 1fcb5da commit 8e453fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

network.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ resource "aws_subnet" "icp_public_subnet" {
4848
# Create Elastic IP for NAT gateway in each AZ
4949
resource "aws_eip" "icp_ngw_eip" {
5050
count = "${length(var.azs)}"
51+
vpc = "true"
5152
tags = "${merge(
5253
var.default_tags,
5354
map("Name", "${format("${var.subnetname}-${random_id.clusterid.hex}-ngw-eip-%1d", count.index + 1)}"),

0 commit comments

Comments
 (0)