From b71241a186664de317ef243a14f8d378d364252f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 18:34:08 +0000 Subject: [PATCH] Update Terraform terraform-aws-modules/notify-slack/aws to 4.11 (#18) * Update Terraform terraform-aws-modules/notify-slack/aws to 4.11 * 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 f5da186..1a93f46 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ No provider. | Name | Source | Version | |------|--------|---------| | default_label | cloudposse/label/null | 0.22.1 | -| notify_slack | terraform-aws-modules/notify-slack/aws | 4.0 | +| notify_slack | terraform-aws-modules/notify-slack/aws | 4.11 | | this | cloudposse/label/null | 0.24.1 | ## Resources diff --git a/docs/terraform.md b/docs/terraform.md index 7afc083..82852ad 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -19,7 +19,7 @@ No provider. | Name | Source | Version | |------|--------|---------| | default_label | cloudposse/label/null | 0.22.1 | -| notify_slack | terraform-aws-modules/notify-slack/aws | 4.0 | +| notify_slack | terraform-aws-modules/notify-slack/aws | 4.11 | | this | cloudposse/label/null | 0.24.1 | ## Resources diff --git a/main.tf b/main.tf index b713e36..29206c1 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ module "default_label" { module "notify_slack" { source = "terraform-aws-modules/notify-slack/aws" - version = "4.0" + version = "4.11" create = module.this.enabled create_sns_topic = var.create_sns_topic lambda_function_name = module.default_label.id