Skip to content

Commit

Permalink
Merge pull request #434 from zodiac12k/master
Browse files Browse the repository at this point in the history
Add ec2:ModifyVolume action
  • Loading branch information
k8s-ci-robot authored Jan 1, 2020
2 parents 789d6ca + 515cd62 commit c1fdc87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/example-iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"ec2:DescribeSnapshots",
"ec2:DescribeTags",
"ec2:DescribeVolumes",
"ec2:DetachVolume"
"ec2:DetachVolume",
"ec2:ModifyVolume"
],
"Resource": "*"
}
]
}
}

0 comments on commit c1fdc87

Please sign in to comment.