Closed keith-miller closed 1 month ago
Sometimes it helps to be able to access the Swarm container when running to debug issues.
Add enable_execute_command = true to the aws_ecs_service.helix_swarm_service resource in the helix-swarm module.
enable_execute_command = true
aws_ecs_service.helix_swarm_service
helix-swarm
No response
Or just have a debug option that flags a bunch of the existing variables (deletion protection on ALBs, access logs, etc...)
I'll take this on.
Use case
Sometimes it helps to be able to access the Swarm container when running to debug issues.
Solution/User Experience
Add
enable_execute_command = true
to theaws_ecs_service.helix_swarm_service
resource in thehelix-swarm
module.Alternative solutions
No response