From 8c7ebc713b25eedc3525617654df80fef7096ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:22:59 +0000 Subject: [PATCH] chore(deps): update terraform modules: Bump terraform-aws-modules/lambda/aws Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.15.0 to 7.16.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](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v7.15.0...v7.16.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] --- samples/bedrock-agent/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bedrock-agent/main.tf b/samples/bedrock-agent/main.tf index 435240f..a660d2e 100644 --- a/samples/bedrock-agent/main.tf +++ b/samples/bedrock-agent/main.tf @@ -31,7 +31,7 @@ module "bedrock" { module "lambda" { #checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash source = "terraform-aws-modules/lambda/aws" - version = "7.15.0" + version = "7.16.0" function_name = "bedrock-agent-action" handler = "index.handler" runtime = "python3.12"