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 534ec93 commit d84183bCopy full SHA for d84183b
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