Skip to content

Commit 895584a

Browse files
committed
bumping to bedrock v0.0.7
1 parent 5beb8c7 commit 895584a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/bedrock-agent/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ provider "opensearch" {
1414
module "bedrock" {
1515
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
1616
source = "aws-ia/bedrock/aws"
17-
version = "0.0.6"
17+
version = "0.0.7"
1818
create_kb = true
1919
create_default_kb = true
2020
create_agent = true

samples/bedrock-guardrails/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "bedrock_withoutguardrail" {
22
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
33
source = "aws-ia/bedrock/aws"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
create_kb = false
66
create_default_kb = false
77
create_s3_data_source = false
@@ -17,7 +17,7 @@ module "bedrock_withoutguardrail" {
1717
module "bedrock_withguardrail" {
1818
#checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash
1919
source = "aws-ia/bedrock/aws"
20-
version = "0.0.6"
20+
version = "0.0.7"
2121
create_kb = false
2222
create_default_kb = false
2323
create_s3_data_source = false

0 commit comments

Comments
 (0)