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 db22ec8 commit 0c0f591Copy full SHA for 0c0f591
terraform/layer2-k8s/eks-aws-loadbalancer-controller.tf
@@ -10,7 +10,7 @@ locals {
10
aws_load_balancer_controller_values = <<VALUES
11
clusterName: ${local.eks_cluster_id}
12
region: ${local.region}
13
-vpcId: ${local.eks_cluster_id}
+vpcId: ${local.vpc_id}
14
15
serviceAccount:
16
create: true
0 commit comments