From 36bc60912e9949a1b996f456957596ea912d3b8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:24:06 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.13.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index cb6ffb97..98fe0c81 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.1" enabled = var.ecs_alarms_enabled cluster_name = var.ecs_cluster_name