Skip to content

Releases: cloudposse/terraform-aws-ecs-container-definition

0.5.0: Added mountPoints on container definition (#14)

21 Nov 20:36
Compare
Choose a tag to compare
* Added mountPoints on container definition

* Fmt terraform

* Update variables.tf

Co-Authored-By: nutellinoit <[email protected]>

* make readme

0.4.1

04 Oct 19:24
7e50ff4
Compare
Choose a tag to compare

what

  • Fix example
  • Update README

why

  • Typo in example
  • Added examples to README and fixed typos

0.4.0: Supporting multiple definitions (#12)

03 Oct 16:36
Compare
Choose a tag to compare
* Adding json_map as an output

* Add an example for multiple definition usage

* de-dupe the regex

* simplify the outputs

0.3.0

19 Sep 19:31
Compare
Choose a tag to compare

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.

0.2.0: Adjust output regexp to preserve string type of environment values (#9)

01 Aug 00:35
Compare
Choose a tag to compare
* Adjust output regexp to preserve string type of environment values

* Add test case for string, bool and int environment variables

Regenerate README.md

27 Jul 14:06
3ded44a
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

17 Jul 08:52
6d6ed5c
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.3

06 Jun 23:16
Compare
Choose a tag to compare
fix travis yml structure (#4)

0.1.2

06 Jun 23:16
Compare
Choose a tag to compare
rename output for better invocation (#3)

0.1.1: Fix README (#2)

06 Jun 20:22
Compare
Choose a tag to compare
* fix heading on README

* add back heading with proper markdown