Open
Description
Describe the Feature
ECS supports executing commands/opening a shell into the containers. The flag to enable this is documented at https://registry.terraform.io/modules/terraform-aws-modules/ecs/aws/latest/submodules/container-definition#input_enable_execute_command. No such flag, however, is supported by the terraform-aws-ecs-container-definition module.
Expected Behavior
Be able to turn on the enable_execute_command
in the container definitions.
Use Case
Debugging failures in running containers is most convenient when there is the option to execute commands on them.
Describe Ideal Solution
Be able to pass the flag enable_execute_command
to the module.
Alternatives Considered
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels