Skip to content

v2024.02.16

Choose a tag to compare

@swiknaba swiknaba released this 16 Feb 10:40
· 80 commits to main since this release
59904a4

⚠️ this is the last release where the path to modules is

module "awesome-module" {
  source = "github.com/dbl-works/terraform//awesome-module?ref=v2024.02.16"
}

with the next release, paths must be updated to

module "awesome-module" {
  source = "github.com/dbl-works/terraform//aws/awesome-module?ref=xxx"
}

note the extra /aws in the path.

What's Changed

  • ecs: fix ALB to exactly 2 AZs, regardless of multi-AZ config by @samkahchiin in #307
  • [WIP] Update awscc version by @swiknaba in #306
  • Disable Container Insights by default by @swiknaba in #308
  • ecs-deploy/cluster: add cluster_name variables by @samkahchiin in #309
  • ecs-deploy: rename cloudwatch group by @samkahchiin in #301

Full Changelog: v2024.02.06...v2024.02.16