Skip to content

v0.53.6

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Feb 05:44
a23a3b1

🤖 Automatic Updates

chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.49.2 @renovate (#117)

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-container-definition/aws (source) terraform minor 0.47.0 -> 0.49.2

Release Notes

cloudposse/terraform-aws-ecs-container-definition

v0.49.2

Compare Source

🐛 Bug Fixes
Fix typo in key of container definition @​clifford-sanders (#​121) ##### 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

v0.49.1

Compare Source

🚀 Enhancements
fix: mark outputs as sensitive @​syphernl (#​118) ##### what * Marks the outputs as sensitive * Update workflows etc. missed by #​119 ##### why * Otherwise TF 0.14 would give an `Error: Output refers to sensitive values` when using these outputs to feed into other modules (e.g. `terraform-aws-ecs-alb-service-task`) * Keep modules in sync per request of Cloud Posse ##### references * https://www.terraform.io/upgrade-guides/0-14.html#sensitive-values-in-plan-output

v0.49.0

Compare Source

context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @​maximmi (#​119) ##### what - update context.tf to v0.24.1 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added ##### why - It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.48.1

Compare Source

🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​117) #### what This is an auto-generated PR that updates the README.md and docs #### why To have most recent changes of README.md and doc from origin templates

v0.48.0

Compare Source

Terraform 0.14 upgrade @​maximmi (#​112) #### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14