From 9d59430b5134bb5a1fd46abed2324ac773c7706d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:13:45 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.13.2 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index cb6ffb97..dcaa6e10 100644 --- a/main.tf +++ b/main.tf @@ -254,7 +254,7 @@ locals { module "ecs_cloudwatch_sns_alarms" { source = "cloudposse/ecs-cloudwatch-sns-alarms/aws" - version = "0.12.1" + version = "0.13.2" enabled = var.ecs_alarms_enabled cluster_name = var.ecs_cluster_name