You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that in the module you referenced, this flag set the InitProcessEnabled param to true within LinuxParameters.
It seems this is best practice but not essential.
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
The text was updated successfully, but these errors were encountered: