We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad0506 commit 6638d20Copy full SHA for 6638d20
solutions/security-enforced/main.tf
@@ -105,7 +105,7 @@ module "kms" {
105
}
106
count = var.existing_kms_key_crn == null ? 1 : 0 # no need to create any KMS resources if passing an existing key
107
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
108
- version = "5.5.24"
+ version = "5.5.25"
109
create_key_protect_instance = false
110
region = local.kms_region
111
existing_kms_instance_crn = var.existing_kms_instance_crn
0 commit comments