File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ locals {
21
21
22
22
module "key_protect_all_inclusive" {
23
23
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24
- version = " 5.0.1 "
24
+ version = " 5.0.2 "
25
25
resource_group_id = module. resource_group . resource_group_id
26
26
# Note: Database instance and Key Protect must be created in the same region when using BYOK
27
27
# 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" {
32
32
}
33
33
count = local. create_new_kms_key ? 1 : 0
34
34
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
35
- version = " 5.0.1 "
35
+ version = " 5.0.2 "
36
36
create_key_protect_instance = false
37
37
region = local. kms_region
38
38
existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -392,7 +392,7 @@ module "secrets_manager_service_credentials" {
392
392
count = length (local. service_credential_secrets ) > 0 ? 1 : 0
393
393
depends_on = [time_sleep . wait_for_rabbitmq_authorization_policy ]
394
394
source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
395
- version = " 2.2.2 "
395
+ version = " 2.2.6 "
396
396
existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
397
397
existing_sm_instance_region = local. existing_secrets_manager_instance_region
398
398
endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments