From 25754e538aaaeb258cab91fef08c083f9962f19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:17:02 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/lambda/aws Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.19.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](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v7.19.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] --- .../cloudtrail-athena-events/lambda-functions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/analytical-platform-data-production/cloudtrail-athena-events/lambda-functions.tf b/terraform/aws/analytical-platform-data-production/cloudtrail-athena-events/lambda-functions.tf index caf03d2d19..013afdfa6b 100644 --- a/terraform/aws/analytical-platform-data-production/cloudtrail-athena-events/lambda-functions.tf +++ b/terraform/aws/analytical-platform-data-production/cloudtrail-athena-events/lambda-functions.tf @@ -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.1" function_name = "cloudtrail-athena-event-processor" description = "Processes incoming CloudTrail events and forwards them to CloudWatch Logs"