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.
2 parents 2d97edd + e05c621 commit c69eefbCopy full SHA for c69eefb
inttest/sonobuoy/terraform/controller.tf
@@ -37,7 +37,7 @@ resource "aws_instance" "cluster-controller" {
37
resource "aws_eip" "controller-ext" {
38
count = var.controller_count
39
instance = aws_instance.cluster-controller[count.index].id
40
- vpc = true
+ domain = "vpc"
41
tags = {
42
Name = format("%s-controller-ip-%d", local.cluster_unique_identifier, count.index)
43
Role = "controller"
0 commit comments