We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d6413 commit 910b93cCopy full SHA for 910b93c
src/main.tf
@@ -475,7 +475,7 @@ locals {
475
476
module "ecs_cloudwatch_sns_alarms" {
477
source = "cloudposse/ecs-cloudwatch-sns-alarms/aws"
478
- version = "0.12.3"
+ version = "0.13.2"
479
count = local.enabled && var.autoscaling_enabled ? 1 : 0
480
481
cluster_name = module.ecs_cluster.outputs.cluster_name
0 commit comments