telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

add the option to add a pre existing role to the service #78

Open yuvalberk opened 1 year ago

yuvalberk commented 1 year ago

Feature request

Hey, now you can not add any additional policies to the task role and task execution role, It would be great if you could add this feature and also to give the user an option to cerate his own role and attach it to the service, if he doesn't want the module to create a new one Thanks!