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 @@ -20,7 +20,7 @@ locals {
2020}
2121module "key_protect_all_inclusive" {
2222 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
23- version = " 4.8.2 "
23+ version = " 4.8.3 "
2424 resource_group_id = module. resource_group . resource_group_id
2525 region = var. region
2626 key_protect_instance_name = " ${ var . prefix } -kp"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module "kms" {
2424 }
2525 count = var. existing_kms_root_key_id != null ? 0 : 1 # no need to create any KMS resources if passing an existing key
2626 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
27- version = " 4.8.1 "
27+ version = " 4.8.3 "
2828 resource_group_id = null # rg only needed if creating KP instance
2929 create_key_protect_instance = false
3030 region = var. kms_region
You can’t perform that action at this time.
0 commit comments