Skip to content

Commit 0c0f591

Browse files
authored
bug: fix aws-loadbalancer-controller helm chart variables (#250)
1 parent db22ec8 commit 0c0f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/layer2-k8s/eks-aws-loadbalancer-controller.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ locals {
1010
aws_load_balancer_controller_values = <<VALUES
1111
clusterName: ${local.eks_cluster_id}
1212
region: ${local.region}
13-
vpcId: ${local.eks_cluster_id}
13+
vpcId: ${local.vpc_id}
1414
1515
serviceAccount:
1616
create: true

0 commit comments

Comments
 (0)