Skip to content

Commit

Permalink
add permissions to aws marketplace ecr in4it/roxprox (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarciso4 authored Jul 2, 2024
1 parent f499e3c commit abc5021
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ resource "aws_iam_role_policy" "roxprox-ecs-task-execution-role" {
"ecr:GetDownloadUrlForLayer",
"ecr:BatchGetImage"
],
"Resource": "arn:aws:ecr:${data.aws_region.current.name}:111345817488:repository/aws-appmesh-envoy"
"Resource": [
"arn:aws:ecr:${data.aws_region.current.name}:111345817488:repository/aws-appmesh-envoy",
"arn:aws:ecr:us-east-1:709825985650:repository/in4it/roxprox"
]
}
]
}
Expand Down

0 comments on commit abc5021

Please sign in to comment.