Skip to content

Commit

Permalink
Trying * for all ecs task in iam policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurtisslalom committed May 8, 2024
1 parent dd0b71e commit c786f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/aws/ecs-task/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "aws_iam_policy" "ecs_policy_handoff" {
"ecs:RunTask"
],
"Resource": [
"arn:aws:ecs:*"
"*"
]
},
{
Expand Down

0 comments on commit c786f62

Please sign in to comment.