Skip to content

Commit 5bb4e7d

Browse files
chore(deps): update terraform modules: Bump terraform-aws-modules/lambda/aws (#88)
Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.17.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.17.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eaff0e1 commit 5bb4e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bedrock-agent/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "bedrock" {
3232
module "lambda" {
3333
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
3434
source = "terraform-aws-modules/lambda/aws"
35-
version = "7.17.0"
35+
version = "7.20.1"
3636
function_name = "bedrock-agent-action"
3737
handler = "index.handler"
3838
runtime = "python3.12"

0 commit comments

Comments
 (0)