Releases: mongodb/terraform-aws-ecs-task-definition
Releases · mongodb/terraform-aws-ecs-task-definition
v2.1.7
2.1.7 (2021-06-14)
Bug Fixes
v2.1.6
2.1.6 (2021-03-16)
Bug Fixes
v2.1.5
2.1.5 (2021-01-19)
Bug Fixes
- variable type def for placement constraints (#40) (3a3f6f8)
v2.1.4
2.1.4 (2021-01-14)
Bug Fixes
- Add tags to the aws_ecs_task_definition resource (#48) (5d3b19f)
v2.1.3
2.1.3 (2020-12-07)
Bug Fixes
v2.1.2
2.1.2 (2020-10-01)
Bug Fixes
- task-definition: update volumesFrom data type (#42) (9d61d38)
v2.1.1
2.1.1 (2020-07-07)
Bug Fixes
- use correct type for extraHosts directive (#39) (084ebe6)
v2.1.0
2.1.0 (2020-06-29)
Features
- allow task definitions to be used by Fargate (#37) (8e1e46c)
v2.0.1
2.0.1 (2020-03-21)
Bug Fixes
- update type of logConfiguration variable (#27) (041b144), closes #26
v2.0.0
2.0.0 (2020-03-19)
Features
- upgrade module to support Terraform 0.12.x (#24) (8998443)
BREAKING CHANGES
-
This module no longer supports Terraform versions 0.11.x. Please upgrade
your version of Terraform and run the 0.12upgrade
command. Visit the
following URL for more information:
https://www.terraform.io/docs/commands/0.12upgrade.html
-
fix: change Terraform download URL to latest in CI