cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 56 forks source link

Unable to use this module with firelens #69

Closed typhoonese closed 11 months ago

typhoonese commented 1 year ago

When attempting to use firelens with this module, I get the following error: ClientException: When awsfirelens log driver is specified in log configuration, a firelens configuration object must be configured in one of the containers. How can we go around this?

It seems that firelens should be defined in the same container definition as the other container created with this module. However, I don't see any input options that enable this. Could you please help? It'd be much appreciated!

adeeshaek commented 1 year ago

Just chiming in to add that I also ran into this issue. To generalize it a bit further, it appears that this module does not support the use of any kind of sidecar containers.

JaredDarling commented 1 year ago

I have an implementation in a fork I'm working on now that will allow for sidecars. I have tested it to create datadag and fluent-bit agents and it seems to be working, but I have one final detail of connectivity to datadog to confirm before I call it tested and ready.

jnonino commented 1 year ago

Hi @typhoonese, @adeeshaek thank you for reaching out about this. I will work on this as soon as I can. In the meantime, if you have a solution like @JaredDarling, please do not hesitate to submit a PR, I will review it and merge it ASAP so you can use straight away.

JaredDarling commented 11 months ago

Fixed by #107