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"