Skip to content

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

5.0.1: fix serviceRegistries port issue

04 Dec 11:01
81ced2e

Choose a tag to compare

Potential fix to the issue (#26)

5.0.0

04 Nov 14:02
cf68252

Choose a tag to compare

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)

13 Oct 13:01
4176153

Choose a tag to compare

Fix warning "Interpolation-only expressions are deprecated"

4.0.2: Update task role permissions

02 Oct 09:13
fba6d32

Choose a tag to compare

Fix log group permissions (#22)

4.0.1: Feature/v3 provider support (#21)

06 Aug 08:39
4ef2401

Choose a tag to compare

* Update module versions to support v3 provider

* update CHANGELOG

4.0.0: Full support for volume configuration

03 Aug 09:07
539fa50

Choose a tag to compare

Required minimum version of terraform AWS provider = "~> 2.68"

3.0.2: Add task definition and execution role outputs (#19)

30 Jul 17:03
5e12c99

Choose a tag to compare

* Added execution role to module outputs

* Added task definition outputs

3.0.1

23 Jun 13:08
7ee0a7a

Choose a tag to compare

Update variables.tf

3.0.0: Lock minimum version of provider and add force_new_deployment (#18)

22 May 08:51
8329c8e

Choose a tag to compare

* Add support for force_new_deployment and minimum provider version

* update readme

2.0.0

20 May 12:12
61a1482

Choose a tag to compare

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.