Skip to content

Commit

Permalink
fixing arn
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Dec 14, 2023
1 parent 2847ad8 commit 8a538da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_eks/iam-role-attachments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_iam_role_policy_attachment" "eks_cni" {

resource "aws_iam_role_policy_attachment" "eks_efs" {
role = aws_iam_role.node.name
policy_arn = "arn:aws:iam::aws:policy/AmazonEFSCSIDriverPolicy"
policy_arn = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
}

resource "aws_iam_role_policy_attachment" "eks_worker_node" {
Expand Down

0 comments on commit 8a538da

Please sign in to comment.