From f2465fc68a7f1ed99b8023c984b48a7589b24b34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:21:10 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/notify-slack/aws to v6.5.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 8fb7f44..067d71a 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 = "6.4.0" + version = "6.5.0" create = module.this.enabled create_sns_topic = var.create_sns_topic lambda_function_name = module.default_label.id