Skip to content

Commit

Permalink
update 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofponciano committed Sep 21, 2024
1 parent f91fb10 commit c1f97d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ resource "aws_iam_role_policy_attachment" "cloudwatch" {
role = aws_iam_role.eks_nodes_roles.name
}

resource "aws_iam_role_policy_attachment" "csi_default" {
policy_arn = "arn:aws:iam::aws:policy/AmazonEBSCSIDriverPolicy"
role = aws_iam_role.eks_nodes_roles.name
}

data "aws_iam_policy_document" "csi_driver" {
version = "2012-10-17"

Expand Down

0 comments on commit c1f97d9

Please sign in to comment.