diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 5a9ed743..f18894b4 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -16,7 +16,7 @@ module "resource_group" { module "key_protect_all_inclusive" { source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "4.15.12" + version = "4.15.13" resource_group_id = module.resource_group.resource_group_id # Note: Database instance and Key Protect must be created in the same region when using BYOK # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok diff --git a/solutions/standard/main.tf b/solutions/standard/main.tf index 1b5b8195..73858844 100644 --- a/solutions/standard/main.tf +++ b/solutions/standard/main.tf @@ -61,7 +61,7 @@ module "kms" { } count = var.existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "4.15.12" + version = "4.15.13" create_key_protect_instance = false region = local.existing_kms_instance_region existing_kms_instance_crn = var.existing_kms_instance_crn