From db7a60d57a05319214c91a6e790253ca1b00095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:18:24 +0000 Subject: [PATCH] chore(deps): update terraform modules: Bump aws-ia/bedrock/aws Bumps [aws-ia/bedrock/aws](https://github.com/aws-ia/terraform-aws-bedrock) from 0.0.7 to 0.0.17. - [Release notes](https://github.com/aws-ia/terraform-aws-bedrock/releases) - [Commits](https://github.com/aws-ia/terraform-aws-bedrock/compare/v0.0.7...v0.0.17) --- updated-dependencies: - dependency-name: aws-ia/bedrock/aws dependency-version: 0.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/bedrock-guardrails/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bedrock-guardrails/main.tf b/samples/bedrock-guardrails/main.tf index 0c06542..ff20c7f 100644 --- a/samples/bedrock-guardrails/main.tf +++ b/samples/bedrock-guardrails/main.tf @@ -1,7 +1,7 @@ module "bedrock_withoutguardrail" { #checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash source = "aws-ia/bedrock/aws" - version = "0.0.7" + version = "0.0.17" create_kb = false create_default_kb = false create_s3_data_source = false @@ -17,7 +17,7 @@ module "bedrock_withoutguardrail" { module "bedrock_withguardrail" { #checkov:skip=CKV_TF_1:Terraform registry has no ability to use a commit hash source = "aws-ia/bedrock/aws" - version = "0.0.7" + version = "0.0.17" create_kb = false create_default_kb = false create_s3_data_source = false