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

APACHE-2.0 License

Stars
339
Committers
52

Bot releases are hidden (Show)

terraform-aws-ecs-container-definition - 0.6.0 Add support for `secrets` field

Published by aknysh almost 6 years ago

what

  • Add support for secrets field

why

  • ECS task definitions now support a secrets field
terraform-aws-ecs-container-definition -

Published by osterman almost 6 years ago

terraform-aws-ecs-container-definition - 0.4.1

Published by aknysh about 6 years ago

what

  • Fix example
  • Update README

why

  • Typo in example
  • Added examples to README and fixed typos
terraform-aws-ecs-container-definition -

Published by osterman about 6 years ago

terraform-aws-ecs-container-definition - 0.3.0

Published by aknysh about 6 years ago

what

Add the ability to map multiple ports.

why

Mapping multiple ports was not possible today.

Other things to note:

  1. This is a breaking change, as it does away with the individual "container_port", "host_port", and "protocol" configuration in favor of providing the entire "port_mappings" list of maps.
  2. This PR changes how environment variables get processed. They are now processed separately and replaced as the last step of output processing. This was done because the current solution was turning the ports into strings, which is invalid configuration for ECS. This effectively rolls back #9 and implements that solution in a new way that is compatible with the port mappings.
terraform-aws-ecs-container-definition -

Published by osterman about 6 years ago

terraform-aws-ecs-container-definition - Regenerate README.md

Published by vadim-hleif about 6 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos
terraform-aws-ecs-container-definition - Migrate to README.yaml format

Published by vadim-hleif over 6 years ago

what

  • Add README.yaml

why

  • Standardize README
terraform-aws-ecs-container-definition -

Published by osterman over 6 years ago

terraform-aws-ecs-container-definition -

Published by osterman over 6 years ago

terraform-aws-ecs-container-definition -

Published by osterman over 6 years ago

terraform-aws-ecs-container-definition -

Published by osterman over 6 years ago