From f94292c6b57ffd28f1833e983dabdc2feaa40df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 05:55:19 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.5 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 33914de..9f5a086 100644 --- a/src/main.tf +++ b/src/main.tf @@ -443,7 +443,7 @@ module "vanity_alias" { module "ecs_cloudwatch_autoscaling" { source = "cloudposse/ecs-cloudwatch-autoscaling/aws" - version = "0.7.3" + version = "0.7.5" count = local.enabled && var.task_enabled && var.autoscaling_enabled ? 1 : 0