Skip to content

Add support for IAM task role policy path in ECS service module #265

@partlythomas

Description

@partlythomas

Describe the solution you'd like.

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.

https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/modules/service/variables.tf

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions