Skip to content

Commit d8bd9ed

Browse files
chore(deps): bump terraform-aws-modules/lambda/aws from 7.20.0 to 7.20.1 (#26)
Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.20.0 to 7.20.1. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-lambda@v7.20.0...v7.20.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ca2206 commit d8bd9ed

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.20.0"
6+
version = "7.20.1"
77

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

0 commit comments

Comments
 (0)