Skip to content

Commit

Permalink
Bump terraform-aws-modules/lambda/aws from 7.16.0 to 7.20.1
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.16.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.16.0...v7.20.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent c7bde08 commit 259fc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyhy-cvesync-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "cvesync_lambda" {
}

source = "terraform-aws-modules/lambda/aws"
version = "7.16.0"
version = "7.20.1"

allowed_triggers = {
cvesync = {
Expand Down
2 changes: 1 addition & 1 deletion cyhy-kevsync-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "kevsync_lambda" {
}

source = "terraform-aws-modules/lambda/aws"
version = "7.16.0"
version = "7.20.1"

allowed_triggers = {
kevsync = {
Expand Down

0 comments on commit 259fc6b

Please sign in to comment.