Skip to content

Commit ab690bb

Browse files
chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19873ee commit ab690bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "notification" {
44
for_each = local.tasks_with_notifications
55
source = "terraform-aws-modules/lambda/aws"
6-
version = "7.17.0"
6+
version = "7.20.0"
77

88
create_package = true
99
description = "Send notifications on the intention to delete resources"

0 commit comments

Comments
 (0)