I’m using the mesh-task module to run consul connect services in AWS ECS Fargate. The module does not allow for ARM images so therefore we’re stuck with x86_64 and will have to ensure all binaries are compiled as such. AMD64 is generally more cost effective and has better performance.
I see this issue was closed as “not planned” back in May of 2024. As I try to get more users interested in using consul connect, this is super disappointing. I can clone & hardcode the runtime_platform in the aws_ecs_task_definition resource of the module, but then I’m not really using the public module.
Anyone know what’s up with development on this module? Is it dead?