Skip to content

Commit 0a087ca

Browse files
authored
feat: Added ecr:GetAuthorizationToken for private ECR with Docker capabilities (#12)
1 parent a2c318c commit 0a087ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ data "aws_iam_policy_document" "repository" {
4646
}
4747

4848
actions = [
49+
"ecr:GetAuthorizationToken",
4950
"ecr:BatchCheckLayerAvailability",
5051
"ecr:BatchGetImage",
5152
"ecr:DescribeImageScanFindings",

0 commit comments

Comments
 (0)