Skip to content

Commit da5bb3e

Browse files
chore(deps): update terraform modules: Bump aws-ia/bedrock/aws (#74)
1 parent 282197e commit da5bb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5"
4+
version = "0.0.6"
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.5"
20+
version = "0.0.6"
2121
create_kb = false
2222
create_default_kb = false
2323
create_s3_data_source = false

0 commit comments

Comments
 (0)