Skip to content

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

5.0.0

04 Nov 14:02
cf68252
Compare
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
Compare
Choose a tag to compare
Fix warning "Interpolation-only expressions are deprecated"

4.0.2: Update task role permissions

02 Oct 09:13
fba6d32
Compare
Choose a tag to compare
Fix log group permissions (#22)

4.0.1: Feature/v3 provider support (#21)

06 Aug 08:39
4ef2401
Compare
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
Compare
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
Compare
Choose a tag to compare
* Added execution role to module outputs

* Added task definition outputs

3.0.1

23 Jun 13:08
7ee0a7a
Compare
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
Compare
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
Compare
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.

1.4.0

11 May 10:22
56ac0f1
Compare
Choose a tag to compare
Add full support for volumes and container timeouts (#16)