Skip to content

Commit 661749a

Browse files
committed
Update terraform main.tf: Update dependency reference for EKS cluster
1 parent 69efa45 commit 661749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "aws_eks_cluster" "eks_cluster" {
1111
security_group_ids = [aws_security_group.eks_cluster_sg.id]
1212
}
1313

14-
depends_on = [aws_iam_role_policy_attachment.eks_cluster_policy_attachment]
14+
depends_on = [aws_iam_role_policy_attachment.eks_policy_attachment]
1515
}
1616

1717
resource "aws_iam_role" "eks_role" {

0 commit comments

Comments
 (0)