Skip to content

Commit

Permalink
Update to the EBS CSI Driver IAM Policy for AWS 2025 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lostsnow authored Dec 6, 2024
1 parent a47f634 commit 8b2af8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ data "aws_iam_policy_document" "this" {
actions = ["ec2:DeleteTags"]
}

statement {
effect = "Allow"

resources = [
"arn:aws:ec2:*:*:snapshot/*",
]

actions = ["ec2:CreateVolume"]
}

statement {
effect = "Allow"
resources = ["*"]
Expand Down

0 comments on commit 8b2af8e

Please sign in to comment.