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 282197e commit da5bb3eCopy full SHA for da5bb3e
samples/bedrock-guardrails/main.tf
@@ -1,7 +1,7 @@
1
module "bedrock_withoutguardrail" {
2
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
3
source = "aws-ia/bedrock/aws"
4
- version = "0.0.5"
+ version = "0.0.6"
5
create_kb = false
6
create_default_kb = false
7
create_s3_data_source = false
@@ -17,7 +17,7 @@ module "bedrock_withoutguardrail" {
17
module "bedrock_withguardrail" {
18
19
20
21
22
23
0 commit comments