hashicorp / terraform-aws-consul-ecs

Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52 stars 30 forks source link

Add `container_definitions` to gateway-task #300

Closed reskin89 closed 8 months ago

reskin89 commented 8 months ago

The gateway task submodule does not allow for adding in one's own container definitions to the task, I believe this should be added due to someone adding sidecars for things like:

It would be helpful to have a container definition to facilitate this. I'm going to work on a PR for this

reskin89 commented 8 months ago

Solved by PR #301