File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ locals {
5252
5353module "key_protect_all_inclusive" {
5454 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
55- version = " 5.1.21 "
55+ version = " 5.1.22 "
5656 resource_group_id = module. resource_group . resource_group_id
5757 # Note: Database instance and Key Protect must be created in the same region when using BYOK
5858 # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module "kms" {
3232 }
3333 count = local. create_new_kms_key ? 1 : 0
3434 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
35- version = " 5.1.21 "
35+ version = " 5.1.22 "
3636 create_key_protect_instance = false
3737 region = local. kms_region
3838 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -397,7 +397,7 @@ module "secrets_manager_service_credentials" {
397397 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
398398 depends_on = [time_sleep . wait_for_rabbitmq_authorization_policy ]
399399 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
400- version = " 2.8.2 "
400+ version = " 2.8.3 "
401401 existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
402402 existing_sm_instance_region = local. existing_secrets_manager_instance_region
403403 endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments