We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcb5da commit 8e453faCopy full SHA for 8e453fa
network.tf
@@ -48,6 +48,7 @@ resource "aws_subnet" "icp_public_subnet" {
48
# Create Elastic IP for NAT gateway in each AZ
49
resource "aws_eip" "icp_ngw_eip" {
50
count = "${length(var.azs)}"
51
+ vpc = "true"
52
tags = "${merge(
53
var.default_tags,
54
map("Name", "${format("${var.subnetname}-${random_id.clusterid.hex}-ngw-eip-%1d", count.index + 1)}"),
0 commit comments