terraform-aws-ecs-scheduled-task
terraform-aws-ecs-scheduled-task copied to clipboard
Adding ecs_task_role parameter to scheduled containers
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
^This is what I needed as well. Currently the scheduled task can't use Roles to interact with AWS API.
If you need it, I forked this repo with the feature.
:( 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
works like a charm. ty!