Skip to content

Commit

Permalink
Update dependency to streamline destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jun 19, 2024
1 parent 8390e38 commit c1e9079
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ resource "helm_release" "aws-load-balancer-controller" {
}

depends_on = [
aws_eks_cluster.kubernetes_cluster
aws_eks_cluster.kubernetes_cluster,
aws_iam_role_policy_attachment.AWSLoadBalancerControllerPolicy,
aws_eks_node_group.eks_node_group
]
}

Expand Down

0 comments on commit c1e9079

Please sign in to comment.