Releases: cloudposse/terraform-aws-ecs-container-definition
Releases · cloudposse/terraform-aws-ecs-container-definition
0.5.0: Added mountPoints on container definition (#14)
* Added mountPoints on container definition * Fmt terraform * Update variables.tf Co-Authored-By: nutellinoit <[email protected]> * make readme
0.4.1
0.4.0: Supporting multiple definitions (#12)
* Adding json_map as an output * Add an example for multiple definition usage * de-dupe the regex * simplify the outputs
0.3.0
what
Add the ability to map multiple ports.
why
Mapping multiple ports was not possible today.
Other things to note:
- 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.
- 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)
* Adjust output regexp to preserve string type of environment values * Add test case for string, bool and int environment variables
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.1.3
0.1.2
0.1.1: Fix README (#2)
* fix heading on README * add back heading with proper markdown