From f13274da516f5d68e2242971d32dda4215937943 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:23:14 +0000 Subject: [PATCH] Update Terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.5 --- components/terraform/aws/ecs-service/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/terraform/aws/ecs-service/main.tf b/components/terraform/aws/ecs-service/main.tf index 945cf339..2fff5455 100644 --- a/components/terraform/aws/ecs-service/main.tf +++ b/components/terraform/aws/ecs-service/main.tf @@ -213,7 +213,7 @@ module "rds_sg_label" { module "ecs_cloudwatch_autoscaling" { source = "cloudposse/ecs-cloudwatch-autoscaling/aws" - version = "0.7.3" + version = "0.7.5" count = var.task_enabled ? 1 : 0