Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/lambda/aws
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.19.0 to 7.20.0.
- [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.19.0...v7.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent fcaf18f commit a5a8324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "cloudtrail_athena_event_processor_function" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/lambda/aws"
version = "7.19.0"
version = "7.20.0"

function_name = "cloudtrail-athena-event-processor"
description = "Processes incoming CloudTrail events and forwards them to CloudWatch Logs"
Expand Down

0 comments on commit a5a8324

Please sign in to comment.