aws-actions/amazon-ecs-render-task-definition

Render for more than one container

Opened this issue · 3 comments

I think that a nice feature would be to allow to add more than one container in container-name input.
The purpose is that I have cases when I have more than one container inside my task definition. And I need these containers use the same image and same environment variables.

I saw in the README that you suggest using the action more than once to achieve this, but I need to do it in a more programatic way,.

Hello, we also have this usecase of multiple containers inside the task definition and the solution of calling the action many times is not that portable and re-usable.

Do you plan in the near feature to support rendering more than one container in the same action?

Is there any update on this?

It seems that nobody of the contributors maintain this repo. I had to fork the repo and merge my PR to have the feature