v2024.02.16
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