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.
2 parents 534ec93 + d84183b commit bfa85deCopy full SHA for bfa85de
main.tf
@@ -353,7 +353,7 @@ resource "aws_iam_role" "cloud-agent" {
353
},
354
355
{
356
- Action = ["ecs:ListTasks", "ecs:DescribeTasks", "ecs:StopTask"],
+ Action = ["ecs:*"],
357
Effect = "Allow",
358
Resource = ["*"],
359
Condition = { ArnEquals = { "ecs:cluster" = aws_ecs_cluster.cloud-agent[0].arn } }
0 commit comments