Skip to content

Commit

Permalink
fix: add missing BatchGet* action to pull from ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
moleus authored Dec 17, 2024
1 parent e20e0b9 commit e3b2883
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 e3b2883

Please sign in to comment.