terraform-aws-ecs-scheduled-task icon indicating copy to clipboard operation
terraform-aws-ecs-scheduled-task copied to clipboard

Adding ecs_task_role parameter to scheduled containers

Open moogly81 opened this issue 4 years ago • 4 comments

Hi, I needed a scheduled container and I came across your module. I could almost use it, but I needed the ability to put S3 documents in a bucket from my container. The option exists in the terraform provider, I added it in the module. I also took the liberty of separating the iam stuff from the main.tf for readability.

Thanks Damien

moogly81 avatar Dec 21 '20 13:12 moogly81

^This is what I needed as well. Currently the scheduled task can't use Roles to interact with AWS API.

aba182 avatar Apr 01 '21 19:04 aba182

If you need it, I forked this repo with the feature.

moogly81 avatar Apr 01 '21 19:04 moogly81

:( Didn't realize this was a dead module big time bummer. I see a PR with this feature from last May. I will fork as well

aba182 avatar Apr 01 '21 20:04 aba182

works like a charm. ty!

kahnwong avatar Nov 28 '21 10:11 kahnwong