Skip to content

Commit

Permalink
feat: Add BatchGet* to IAM read only policy (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
moleus and bryantbiggs authored Dec 26, 2024
1 parent af07763 commit d886f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-read-only-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ data "aws_iam_policy_document" "allowed_services" {
actions = [
"${statement.value}:List*",
"${statement.value}:Get*",
"${statement.value}:BatchGet*",
"${statement.value}:Describe*",
"${statement.value}:View*",
]
Expand Down

0 comments on commit d886f11

Please sign in to comment.