From 6213be5dea421515d7c442ee71e3e97fe93f8acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 17:06:26 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/alb-target-group-cloudwatch-sns-alarms/aws to v0.16.1 (#172) * chore(deps): update terraform cloudposse/alb-target-group-cloudwatch-sns-alarms/aws to v0.16.1 * Auto Format Co-authored-by: Renovate Bot Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> --- README.md | 2 +- docs/terraform.md | 2 +- main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 395da474..9838b514 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Available targets: | Name | Source | Version | |------|--------|---------| | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.24.1 | -| [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.16.0 | +| [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.16.1 | | [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.0 | | [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.3 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.55.1 | diff --git a/docs/terraform.md b/docs/terraform.md index 4d32ae08..9d25a1e6 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -17,7 +17,7 @@ | Name | Source | Version | |------|--------|---------| | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.24.1 | -| [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.16.0 | +| [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.16.1 | | [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.0 | | [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.3 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.55.1 | diff --git a/main.tf b/main.tf index f87294b5..6aa141a1 100644 --- a/main.tf +++ b/main.tf @@ -311,7 +311,7 @@ module "ecs_cloudwatch_sns_alarms" { module "alb_target_group_cloudwatch_sns_alarms" { source = "cloudposse/alb-target-group-cloudwatch-sns-alarms/aws" - version = "0.16.0" + version = "0.16.1" enabled = var.alb_target_group_alarms_enabled alarm_actions = var.alb_target_group_alarms_alarm_actions