Skip to content

Support for enable_execute_command flag passed to ECS container-definition #179

Open
@gtie

Description

@gtie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions