From 77c3213df4c1b3a7fd1a15abdb5c7b8c76c7ff7c Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 13 Jul 2025 19:30:28 +0000 Subject: [PATCH] fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.11 --- examples/complete/main.tf | 2 +- solutions/fully-configurable/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index fdcae161..8c42f17d 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -35,7 +35,7 @@ locals { module "key_protect_all_inclusive" { source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.1.10" + version = "5.1.11" resource_group_id = module.resource_group.resource_group_id # Only us-south, us-east and eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details. # Note: Database instance and Key Protect must be created on the same region. diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 7a108312..8b51bdff 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -32,7 +32,7 @@ module "kms" { } count = local.create_new_kms_key ? 1 : 0 source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.1.10" + version = "5.1.11" create_key_protect_instance = false region = local.kms_region existing_kms_instance_crn = var.existing_kms_instance_crn