diff --git a/examples/complete/main.tf b/examples/complete/main.tf index ac97b624..f2796878 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -20,7 +20,7 @@ module "resource_group" { module "key_protect_all_inclusive" { source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "4.16.10" + version = "4.16.11" resource_group_id = module.resource_group.resource_group_id # Only us-south, 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/standard/main.tf b/solutions/standard/main.tf index 661954d2..c224413c 100644 --- a/solutions/standard/main.tf +++ b/solutions/standard/main.tf @@ -99,7 +99,7 @@ module "kms" { } count = var.existing_kms_key_crn != null || local.use_existing_db_instance || var.use_ibm_owned_encryption_key ? 0 : 1 # no need to create any KMS resources if passing an existing key or using IBM owned keys source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "4.16.10" + version = "4.16.11" create_key_protect_instance = false region = local.existing_kms_instance_region existing_kms_instance_crn = var.existing_kms_instance_crn