We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01b95d commit 359d8e7Copy full SHA for 359d8e7
samples/bedrock-agent/main.tf
@@ -31,7 +31,7 @@ module "bedrock" {
31
module "lambda" {
32
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
33
source = "terraform-aws-modules/lambda/aws"
34
- version = "7.16.0"
+ version = "7.17.0"
35
function_name = "bedrock-agent-action"
36
handler = "index.handler"
37
runtime = "python3.12"
0 commit comments