Skip to content

Commit 359d8e7

Browse files
chore(deps): update terraform modules: Bump terraform-aws-modules/lambda/aws (#48)
Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.16.0 to 7.17.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.16.0...v7.17.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d01b95d commit 359d8e7

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
@@ -31,7 +31,7 @@ module "bedrock" {
3131
module "lambda" {
3232
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
3333
source = "terraform-aws-modules/lambda/aws"
34-
version = "7.16.0"
34+
version = "7.17.0"
3535
function_name = "bedrock-agent-action"
3636
handler = "index.handler"
3737
runtime = "python3.12"

0 commit comments

Comments
 (0)