Skip to content

Commit

Permalink
Platform Dev Into Main (#184)
Browse files Browse the repository at this point in the history
* DAS-22640 Singer Metrics Node Version (#179)

* Trying node 18.

* Trying node 20.

* Trying configuration change.

* Trying configuration change.

* Trying * for all ecs task in iam policy. (#183)
  • Loading branch information
mcurtisslalom authored May 9, 2024
1 parent cd5832d commit 16eaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/aws/ecs-task/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "aws_iam_policy" "ecs_policy_handoff" {
"ecs:RunTask"
],
"Resource": [
"arn:aws:ecs:*"
"*"
]
},
{
Expand Down

0 comments on commit 16eaa2c

Please sign in to comment.