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 eaff0e1 commit 5bb4e7dCopy full SHA for 5bb4e7d
samples/bedrock-agent/main.tf
@@ -32,7 +32,7 @@ module "bedrock" {
32
module "lambda" {
33
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
34
source = "terraform-aws-modules/lambda/aws"
35
- version = "7.17.0"
+ version = "7.20.1"
36
function_name = "bedrock-agent-action"
37
handler = "index.handler"
38
runtime = "python3.12"
0 commit comments