From abaf8f0d1a2161910eb8c4b35a35c8d5eb5ffd61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:14:45 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.13.2 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 33914de..f7c47da 100644 --- a/src/main.tf +++ b/src/main.tf @@ -475,7 +475,7 @@ locals { module "ecs_cloudwatch_sns_alarms" { source = "cloudposse/ecs-cloudwatch-sns-alarms/aws" - version = "0.12.3" + version = "0.13.2" count = local.enabled && var.autoscaling_enabled ? 1 : 0 cluster_name = module.ecs_cluster.outputs.cluster_name