File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ locals {
2121
2222module "key_protect_all_inclusive" {
2323 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24- version = " 4.19.6 "
24+ version = " 4.19.7 "
2525 resource_group_id = module. resource_group . resource_group_id
2626 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2727 # 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 @@ -39,7 +39,7 @@ module "kms" {
3939 }
4040 count = local. create_new_kms_key ? 1 : 0
4141 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
42- version = " 4.19.6 "
42+ version = " 4.19.7 "
4343 create_key_protect_instance = false
4444 region = local. kms_region
4545 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -325,7 +325,7 @@ module "secrets_manager_service_credentials" {
325325 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
326326 depends_on = [time_sleep . wait_for_rabbitmq_authorization_policy ]
327327 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
328- version = " 1.23.4 "
328+ version = " 1.23.5 "
329329 existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
330330 existing_sm_instance_region = local. existing_secrets_manager_instance_region
331331 endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments