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 69efa45 commit 661749aCopy full SHA for 661749a
terraform/main.tf
@@ -11,7 +11,7 @@ resource "aws_eks_cluster" "eks_cluster" {
11
security_group_ids = [aws_security_group.eks_cluster_sg.id]
12
}
13
14
- depends_on = [aws_iam_role_policy_attachment.eks_cluster_policy_attachment]
+ depends_on = [aws_iam_role_policy_attachment.eks_policy_attachment]
15
16
17
resource "aws_iam_role" "eks_role" {
0 commit comments