Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ECS task role #7

Merged
merged 5 commits into from
Sep 17, 2021
Merged

Conversation

kevouellet
Copy link
Contributor

This PR adds support for (optional) usage of an ECS task role in the module.

Currently, if the provided Task Definition uses an ECS task role, the built-in IAM role will fail because it is not included in the "iam:PassRole" statement in the "scheduled_task_cw_event_role_cloudwatch_policy" IAM policy document.

@jnonino jnonino self-requested a review September 17, 2021 22:23
@jnonino jnonino added the bug Something isn't working label Sep 17, 2021
@jnonino jnonino added this to In progress in CN Services - Terraform Modules via automation Sep 17, 2021
@jnonino jnonino linked an issue Sep 17, 2021 that may be closed by this pull request
CN Services - Terraform Modules automation moved this from In progress to Reviewer approved Sep 17, 2021
@jnonino jnonino merged commit 7238bfd into cn-terraform:main Sep 17, 2021
CN Services - Terraform Modules automation moved this from Reviewer approved to Done Sep 17, 2021
@jnonino
Copy link
Member

jnonino commented Sep 17, 2021

Released in version 1.0.17.

Thanks for your contibution!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

Built-in IAM Role fails when Task Definition includes a task role
2 participants