From 1ca8a6f53aa3184a459698b8c865effa2be52d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:03:48 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 --- notifications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.tf b/notifications.tf index 623b923..190d95f 100644 --- a/notifications.tf +++ b/notifications.tf @@ -3,7 +3,7 @@ module "notification" { for_each = local.tasks_with_notifications source = "terraform-aws-modules/lambda/aws" - version = "7.17.0" + version = "7.20.0" create_package = true description = "Send notifications on the intention to delete resources"