Skip to content

Commit 910b93c

Browse files
chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.13.2
1 parent b2d6413 commit 910b93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ locals {
475475

476476
module "ecs_cloudwatch_sns_alarms" {
477477
source = "cloudposse/ecs-cloudwatch-sns-alarms/aws"
478-
version = "0.12.3"
478+
version = "0.13.2"
479479
count = local.enabled && var.autoscaling_enabled ? 1 : 0
480480

481481
cluster_name = module.ecs_cluster.outputs.cluster_name

0 commit comments

Comments
 (0)