You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how the ECS service module has variable task_exec_iam_policy_path for task execution IAM policies, it would be meaningful to support the same path specification for the IAM tasks role policies as well.
For example as a variable named tasks_iam_policy_path
The variable should then be implemented at resource "aws_iam_role_policy" "tasks" using the path attrribute.