Skip to content

Commit

Permalink
Update to the EBS CSI Driver IAM Policy for AWS 2025 changes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostsnow authored Dec 19, 2024
1 parent a47f634 commit 0a78c0a
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 0a78c0a

Please sign in to comment.