We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca2206 commit d8bd9edCopy full SHA for d8bd9ed
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.20.0"
+ version = "7.20.1"
7
8
create_package = true
9
description = "Send notifications on the intention to delete resources"
0 commit comments