From f0d5ceb6b995537f1873b356b28ec354883f2e87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:10:12 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.6 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 77019d5b..5ba24ff8 100644 --- a/main.tf +++ b/main.tf @@ -264,7 +264,7 @@ module "ecs_codepipeline" { module "ecs_cloudwatch_autoscaling" { enabled = var.autoscaling_enabled source = "cloudposse/ecs-cloudwatch-autoscaling/aws" - version = "0.7.5" + version = "0.7.6" name = var.name namespace = var.namespace stage = var.stage