Skip to content

Releases: umotif-public/terraform-aws-ecs-fargate

Updated to the AWS Provider 6.0

20 Aug 11:21
957a6fb

Choose a tag to compare

  • Updated the deprecated argument data.aws_region.current.name to data.aws_region.current.id

8.1.0 - New deployment alarms

18 Dec 12:28
dcdffa0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.0...8.1.0

8.0.0 - 5.x compatibility + container_name mandatory

24 Jul 15:09
dae529d

Choose a tag to compare

What's Changed

BREAKING CHANGE
container_name now must be set for target_group.

This variable can be set via var.container_name or can be set via var.name_prefix.

The purpose behind this change is to accommodate the requirement of using an external container definition where the container name(s) are set externally to the module and, therefore, must be set within target_group.

Please refer to any of the examples to understand this change.

Full Changelog: 7.0.0...8.0.0

7.0.0 - Refactored `container_definitions`

12 Apr 14:44
9909245

Choose a tag to compare

What's Changed

  • Refactored container definitions out of module by @Ohid25 in #69

Potentially Breaking Changes

This applies only if you want to migrate to using external container definitions and are migrating from ~> 6.7.0 to ~> 7.0.0

With the introduction of using an external container definitions module to manage, cloudwatch log groups need to be created externally to the module. The log group arn + enable_logs = false should then be passed into the module.

Full Changelog: 6.7.1...7.0.0

6.7.1 - Make open egress security rule optional

28 Mar 11:05
98c991c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.7.0...6.7.1

6.7.0 - Add two new features

01 Feb 13:08
4e19b40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.6.0...6.7.0

6.6.0 - Add new circuit breaker feature

02 Nov 15:03
2d3a019

Choose a tag to compare

What's Changed

  • Add new circuit breaker feature by @Ohid25 in #63

Full Changelog: 6.5.2...6.6.0

6.5.2 - Add entrypoint to task definition parameters

04 Aug 10:17
9fab57f

Choose a tag to compare

What's Changed

  • Add entrypoint to task definition parameters by @Ohid25 in #61

Full Changelog: 6.5.1...6.5.2

6.5.1

13 Jul 21:58
73fbe84

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.5.1

6.5.0

12 May 14:48
ce9727a

Choose a tag to compare

Features:

Bug Fixes:

  • Enable containerDefinitions portMappings to use target_groups container_ports by @networkprogrammer in #59

New Contributors

Full Changelog: 6.4.2...6.5.0