We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a684e commit 0214823Copy full SHA for 0214823
deployment/roles.tf
@@ -80,6 +80,7 @@ data "aws_iam_policy_document" "cross_account_role_ecr" {
80
actions = [
81
"ecr:BatchCheckLayerAvailability",
82
"ecr:CompleteLayerUpload",
83
+ "ecr:GetAuthorizationToken",
84
"ecr:InitiateLayerUpload",
85
"ecr:PutImage",
86
"ecr:UploadLayerPart",
0 commit comments