Skip to content

Commit

Permalink
chore(deps): update terraform modules: Bump terraform-aws-modules/lam…
Browse files Browse the repository at this point in the history
…bda/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](terraform-aws-modules/terraform-aws-lambda@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent e9cc24b commit 8c7ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/bedrock-agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8c7ebc7

Please sign in to comment.