Skip to content

Releases: hazelops/terraform-aws-ecs-app

v2.1.0

04 Jun 17:29
041cee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 May 06:16
09b1fe5
Compare
Choose a tag to compare

Updated README
Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 May 12:30
6a64966
Compare
Choose a tag to compare

What's Changed

  • Namespace is not required anymore
  • ALB moved to it's own file
  • EFS moved into it's own file
  • ECR moved into it's own file
  • IAM instance profile name doesn't include namespace (only if it's part of var.name)
  • Cloudwatch ECS events name renamed (use - instead of _0
  • Cluster name can't be inferred anymore (must be passed via parameter). Also is mandatory now.
  • ECR Repo name doesn't use namespace (only if it's included by the var.name
  • Docker image can be inferred from the ECR repo name (if managed)
  • EFS share creation separated from EFS share mount
  • Added ability to provide efs file system id explicitly (if it's not managed)
  • Bridgecrew tests removed (product discontinued)
  • Minor directory restructure
  • Variables ordering and updates
  • Minor reformatting & language updates
  • Precommit workflow added
  • Simple example added to README
  • Submodules README files added
  • Complete Examples updated
  • Added .editorconfig

Full Changelog: v1.5.0...v2.0.0

v1.5.0

29 Aug 20:02
cdddeb0
Compare
Choose a tag to compare

Datadog module updated

v1.4.6

05 Jul 19:57
e76e47f
Compare
Choose a tag to compare

Maintenance

v1.4.5

14 Nov 13:52
9dd5cd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

Hot-fix of target_groups_web (preserve_client_ip=null)

03 Nov 07:04
285f5b6
Compare
Choose a tag to compare

v1.4.2 TCP Mode fixes

29 Oct 21:32
5849425
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

Fix web_proxy enabling

24 Oct 06:31
a918b4e
Compare
Choose a tag to compare

What's Changed

  • [WIP] BUG FIX if(contains(keys(volume), "mount_point")) by @igorkotof in #38

Full Changelog: v1.4.0...v1.4.1

v1.4.0 AutoScaling/ALB module upgrades Latest

12 Oct 14:22
1f9fb9a
Compare
Choose a tag to compare

What's Changed

Added HTTPS(TLS) ALB listeners support
Autoscaling module upgraded to v6+
Creation of EC2 instance profile moved to Autoscaling module
ALB module upgraded to v7+

Full Changelog: v1.3.5...v1.4.0