Releases: terraform-aws-modules/terraform-aws-ecs
Releases Β· terraform-aws-modules/terraform-aws-ecs
v5.5.0
5.5.0 (2023-10-31)
Features
- Replace dynamic DNS suffix resolution for trusted service endpoints with static
*.amazonaws.com
(#125) (f84dc7d)
v5.4.0
5.4.0 (2023-10-30)
Features
- Add support for easily enabling ECS Exec support (#127) (76acddb)
v5.3.0
5.3.0 (2023-10-30)
Features
- Add support for using container definition CloudWatch log group name as prefix (#126) (cf4101e)
v5.2.2
5.2.2 (2023-08-22)
Bug Fixes
- Correct
wait_until_stable_timeout
variable type (#110) (daa2c0e)
v5.2.1
5.2.1 (2023-07-27)
Bug Fixes
- Add default values for attributes that are showing up in plans and causing unnecessary diffs (#101) (6be5cc1)
v5.2.0
5.2.0 (2023-06-05)
Features
- Add support for setting placement constraints separately between service and task definition (#93) (a111e5d)
v5.1.0
5.1.0 (2023-06-05)
Features
- Add option to ignore
load_balancer
changes to ECS service (#81) (24bd1d8)
v5.0.2
5.0.2 (2023-06-03)
Bug Fixes
- Missing field LogConfiguration.LogDriver error when enable_cloudwatch_logging is false (#91) (8ca6fd4)
v5.0.1
5.0.1 (2023-04-26)
Bug Fixes
- Ensure that launch type is not specified when a capacity provider strategy is set on a service (#80) (873cccf)
v5.0.0
5.0.0 (2023-04-21)
β BREAKING CHANGES
- Add support for creating ECS service and container definition (#76)
- Add support for creating cluster CloudWatch log group
- Add support for ECS service connect
- Add support for creating task execution from cluster module; this is for scenarios where you wish to create one task execution role shared across tasks within the cluster (there is also support for individual task execution role at the service level)
- Add support for creating container definition within HCL; this is consumed by the
service
sub-module
Features
- Add support for creating ECS service and container definition (#76) (57244e6)