Skip to content

Commit

Permalink
fix: resource for ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-workshop committed Oct 16, 2023
1 parent 7d90c1d commit f3f579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs/cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_iam_policy" "ecs_deploy_policy" {
"ecs:CreateService",
"ecs:DeleteService"
],
Resource = aws_ecs_cluster.main.arn
Resource = "*"
}
]
})
Expand Down

0 comments on commit f3f579a

Please sign in to comment.