Skip to content

Commit 9cdae67

Browse files
chore(deps): update terraform cloudposse/ecs-cloudwatch-sns-alarms/aws to v0.13.2 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent 1f74a90 commit 9cdae67

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)