File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ provider "opensearch" {
14
14
module "bedrock" {
15
15
# checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
16
16
source = " aws-ia/bedrock/aws"
17
- version = " 0.0.6 "
17
+ version = " 0.0.7 "
18
18
create_kb = true
19
19
create_default_kb = true
20
20
create_agent = true
Original file line number Diff line number Diff line change 1
1
module "bedrock_withoutguardrail" {
2
2
# checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
3
3
source = " aws-ia/bedrock/aws"
4
- version = " 0.0.6 "
4
+ version = " 0.0.7 "
5
5
create_kb = false
6
6
create_default_kb = false
7
7
create_s3_data_source = false
@@ -17,7 +17,7 @@ module "bedrock_withoutguardrail" {
17
17
module "bedrock_withguardrail" {
18
18
# checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
19
19
source = " aws-ia/bedrock/aws"
20
- version = " 0.0.6 "
20
+ version = " 0.0.7 "
21
21
create_kb = false
22
22
create_default_kb = false
23
23
create_s3_data_source = false
You can’t perform that action at this time.
0 commit comments