Skip to content

Commit

Permalink
Merge pull request #39 from ministryofjustice/ecr-read-only-fix
Browse files Browse the repository at this point in the history
Fixing document typo
  • Loading branch information
tom-j-smith authored Oct 17, 2024
2 parents 58c7bf0 + f81178b commit 03d20e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "aws_iam_policy_document" "ecr_for_github" {
sid = "AllowECRListDescribe"
effect = "Allow"
actions = [
"ecr:DescribeRegistry"
"ecr:DescribeRepositories"
]
resources = ["*"]
}
Expand Down

0 comments on commit 03d20e0

Please sign in to comment.