From 41387d000f2bd643f1b74a70c63d93c385798e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:43:27 +0000 Subject: [PATCH] chore(deps): bump terraform-aws-modules/lambda/aws from 7.14.0 to 7.15.0 Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v7.14.0...v7.15.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- notifications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.tf b/notifications.tf index 7833e61..e74cb74 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.14.0" + version = "7.15.0" create_package = true description = "Send notifications on the intention to delete resources"