Skip to content

Commit

Permalink
feat: EBS fast snapshot restores persmission for EKS IRSA (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Apr 2, 2024
1 parent f65532f commit 9ea77ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ data "aws_iam_policy_document" "ebs_csi" {
"ec2:DescribeTags",
"ec2:DescribeVolumes",
"ec2:DescribeVolumesModifications",
"ec2:EnableFastSnapshotRestores"
]

resources = ["*"]
Expand Down

0 comments on commit 9ea77ca

Please sign in to comment.