From 59e54b3e7fbf041f925b0cf6456c9ab6f1d42a85 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Feb 2021 02:30:10 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.12.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 73b4c126..7486415d 100644 --- a/main.tf +++ b/main.tf @@ -226,7 +226,7 @@ locals { module "ecs_cloudwatch_sns_alarms" { source = "cloudposse/ecs-cloudwatch-sns-alarms/aws" - version = "0.11.1" + version = "0.12.0" enabled = var.ecs_alarms_enabled cluster_name = var.ecs_cluster_name