Skip to content

Commit bfa85de

Browse files
Merge pull request #20 from depot/ecs-permissions
2 parents 534ec93 + d84183b commit bfa85de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ resource "aws_iam_role" "cloud-agent" {
353353
},
354354

355355
{
356-
Action = ["ecs:ListTasks", "ecs:DescribeTasks", "ecs:StopTask"],
356+
Action = ["ecs:*"],
357357
Effect = "Allow",
358358
Resource = ["*"],
359359
Condition = { ArnEquals = { "ecs:cluster" = aws_ecs_cluster.cloud-agent[0].arn } }

0 commit comments

Comments
 (0)