Skip to content

Releases: terraform-aws-modules/terraform-aws-ecs

v5.5.0

31 Oct 14:03
Compare
Choose a tag to compare

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

30 Oct 18:12
Compare
Choose a tag to compare

5.4.0 (2023-10-30)

Features

  • Add support for easily enabling ECS Exec support (#127) (76acddb)

v5.3.0

30 Oct 15:41
Compare
Choose a tag to compare

5.3.0 (2023-10-30)

Features

  • Add support for using container definition CloudWatch log group name as prefix (#126) (cf4101e)

v5.2.2

22 Aug 19:03
Compare
Choose a tag to compare

5.2.2 (2023-08-22)

Bug Fixes

  • Correct wait_until_stable_timeout variable type (#110) (daa2c0e)

v5.2.1

27 Jul 12:01
Compare
Choose a tag to compare

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

05 Jun 18:11
Compare
Choose a tag to compare

5.2.0 (2023-06-05)

Features

  • Add support for setting placement constraints separately between service and task definition (#93) (a111e5d)

v5.1.0

05 Jun 17:54
Compare
Choose a tag to compare

5.1.0 (2023-06-05)

Features

  • Add option to ignore load_balancer changes to ECS service (#81) (24bd1d8)

v5.0.2

03 Jun 11:22
Compare
Choose a tag to compare

5.0.2 (2023-06-03)

Bug Fixes

  • Missing field LogConfiguration.LogDriver error when enable_cloudwatch_logging is false (#91) (8ca6fd4)

v5.0.1

26 Apr 20:34
Compare
Choose a tag to compare

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

21 Apr 11:33
Compare
Choose a tag to compare

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)