diff --git a/ecs/cluster/main.tf b/ecs/cluster/main.tf index 570a415..1784371 100644 --- a/ecs/cluster/main.tf +++ b/ecs/cluster/main.tf @@ -84,7 +84,7 @@ resource "aws_iam_policy" "ecs_deploy_policy" { "ecs:CreateService", "ecs:DeleteService" ], - Resource = aws_ecs_cluster.main.arn + Resource = "*" } ] })