Releases: umotif-public/terraform-aws-ecs-fargate
Releases · umotif-public/terraform-aws-ecs-fargate
5.0.0
Release notes:
- Min version of terraform set to 13
- Min version of terraform provider set to 3.13
- Add support for terraform 14
- Drop support for terraform 12
- Support for wait_for_steady_state ecs service parameter
- Update examples and docs
- remove null resource, terraform 0.13 supports depends_on block for modules
No migration instructions as long as you satisfy minimum terraform and provider versions.
4.0.3: Update main.tf (#23)
Fix warning "Interpolation-only expressions are deprecated"
4.0.2: Update task role permissions
Fix log group permissions (#22)
4.0.1: Feature/v3 provider support (#21)
* Update module versions to support v3 provider * update CHANGELOG
4.0.0: Full support for volume configuration
Required minimum version of terraform AWS provider = "~> 2.68"
3.0.2: Add task definition and execution role outputs (#19)
* Added execution role to module outputs * Added task definition outputs
3.0.1
Update variables.tf
3.0.0: Lock minimum version of provider and add force_new_deployment (#18)
* Add support for force_new_deployment and minimum provider version * update readme
2.0.0
Allow for security group to be created and deleted without failing.
sg_name_prefix variable add to allow for custom name.
Breaking change:
This will require to create a new security group and old ecs task will be blocking deletion of old security group. This can be solved by removing manually old tasks. New tasks will be running at that stage so application will not experience any downtime. This is applicable when upgrading module from 1.X to 2.X.
1.4.0
Add full support for volumes and container timeouts (#16)