diff --git a/notifications.tf b/notifications.tf index e74cb74..1a3bf3c 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.15.0" + version = "7.16.0" create_package = true description = "Send notifications on the intention to delete resources"