From 806bd49080887096803b3dbf2e4f523072fd1ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:10:18 +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 77019d5b..3ea2946d 100644 --- a/main.tf +++ b/main.tf @@ -288,7 +288,7 @@ locals { module "ecs_cloudwatch_sns_alarms" { source = "cloudposse/ecs-cloudwatch-sns-alarms/aws" - version = "0.12.2" + version = "0.13.2" enabled = var.ecs_alarms_enabled cluster_name = var.ecs_cluster_name