Skip to content

Commit

Permalink
Allow tasks to assume other roles (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyergler authored Mar 20, 2024
1 parent cd81d8b commit c5f0e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/ecs/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ data "aws_iam_policy_document" "polytomic_task" {
sid = "PolytomicPassRole"
actions = [
"iam:PassRole",
"sts:AssumeRole",

]
resources = ["*"]
Expand Down

0 comments on commit c5f0e9e

Please sign in to comment.