Skip to content

Commit d886f11

Browse files
moleusbryantbiggs
andauthored
feat: Add BatchGet* to IAM read only policy (#540)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent af07763 commit d886f11

File tree

1 file changed

+1
-0
lines changed
  • modules/iam-read-only-policy

1 file changed

+1
-0
lines changed

modules/iam-read-only-policy/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ data "aws_iam_policy_document" "allowed_services" {
2525
actions = [
2626
"${statement.value}:List*",
2727
"${statement.value}:Get*",
28+
"${statement.value}:BatchGet*",
2829
"${statement.value}:Describe*",
2930
"${statement.value}:View*",
3031
]

0 commit comments

Comments
 (0)