cloudposse / terraform-aws-ecs-container-definition

Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
https://cloudposse.com/accelerate
Apache License 2.0
339 stars 244 forks source link

Fix typo in key of container definition #121

Closed clifford-sanders closed 3 years ago

clifford-sanders commented 3 years ago

what

A key in the container definition had a typo. preudoTerminal instead of pseudoTerminal

why

Because of this typo it was impossible to enable the pseudoTerminal (tty)

references

n/a

clifford-sanders commented 3 years ago

Hi, I don't understand, what to do to solve the failed check.

What do I have to do?

Nuru commented 3 years ago

/test all

clifford-sanders commented 3 years ago

Thanks for the quick merge to master.

If I'm correct, the latest versions are not compatible to Terraform 0.12 anymore. Will this fix be backported to the last version, that is compatible?

I currently use a branch of tag 0.43.0 for this.