From ce80208d4a9df305d4377288e086da3d7bfe071a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:01:58 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.17.0 --- notifications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.tf b/notifications.tf index 1a3bf3c..623b923 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.16.0" + version = "7.17.0" create_package = true description = "Send notifications on the intention to delete resources"