Skip to content

Releases: telia-oss/terraform-aws-ecs

v3.0.0-alpha.3

30 Mar 13:34
e1f22fa

Choose a tag to compare

v3.0.0-alpha.3 Pre-release
Pre-release

Changed:

  • upgraded to TF 0.14 (#37)
  • fix zip file issue (#37)
  • added .gitattributes (#37)
  • added .terraform.lock.hcl files for the examples (#39)

v3.0.0-alpha.2

03 Feb 12:05
5d8c837

Choose a tag to compare

v3.0.0-alpha.2 Pre-release
Pre-release

Changed:

  • fix(modules/cluster): fixed broken awscli installation (#36)

v3.0.0-alpha.1

10 Feb 15:32
a86911e

Choose a tag to compare

v3.0.0-alpha.1 Pre-release
Pre-release

This version brings experimental support for Fargate (deprecating the previous terraform-ecs-fargate module)

It provides a new /fargate module that

  • Creates an AWS Application load balancer
  • Populate it with listeners
  • Creates target groups
  • Creates Fargate cluster
  • Creates AWS ECS Services with tasks at Fargate cluster
  • Creates Lambda functions for dynamic creation of alerts and dashboards at CloudWatch

v2.0.0

10 Sep 12:42
784d4bc

Choose a tag to compare

Support for terraform versions >= 0.12.

v1.0.0

10 Sep 11:09
8bb2ca3

Choose a tag to compare

Final release before 0.12 upgrade.

v0.6.2

04 Jan 10:50
8bb2ca3

Choose a tag to compare

Adds log retention for -cluster-instances log group.

v0.6.1

21 Nov 12:05
900671d

Choose a tag to compare

Fix cluster logs (#23)

v0.6.0

09 Nov 13:28
7d7ac45

Choose a tag to compare

Now with Amazon Linux 2
Update Cluster and Spotfleet Cluster to use Amazon Linux 2 (#20)

v0.5.0

03 Sep 08:22
431e6fb

Choose a tag to compare

Removed the microservice module for reasons listed in #12

v0.4.3

31 Aug 14:03
656ca8c

Choose a tag to compare

  • Removed 404 service (using teliaoss/four-o-four image) in favor of the new fixed response for LB listeners.