File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ locals {
3838
3939module "key_protect_all_inclusive" {
4040 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
41- version = " 4.21.5 "
41+ version = " 4.21.6 "
4242 resource_group_id = module. resource_group . resource_group_id
4343 # Note: Database instance and Key Protect must be created in the same region when using BYOK
4444 # 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.21.5 "
42+ version = " 4.21.6 "
4343 create_key_protect_instance = false
4444 region = local. kms_region
4545 existing_kms_instance_crn = var. existing_kms_instance_crn
You can’t perform that action at this time.
0 commit comments