From ab690bbe6f9564b6e455f1bd543dc86d02de45e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:57:19 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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"