We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19873ee commit ab690bbCopy full SHA for ab690bb
notifications.tf
@@ -3,7 +3,7 @@
3
module "notification" {
4
for_each = local.tasks_with_notifications
5
source = "terraform-aws-modules/lambda/aws"
6
- version = "7.17.0"
+ version = "7.20.0"
7
8
create_package = true
9
description = "Send notifications on the intention to delete resources"
0 commit comments