Skip to content

Commit df4d950

Browse files
authored
Merge pull request #33 from hassenius/eipfix
set eip vpc to true
2 parents 1fcb5da + 8e453fa commit df4d950

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)