We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472c68e commit 57460adCopy full SHA for 57460ad
solutions/secure/main.tf
@@ -20,7 +20,7 @@ module "kms" {
20
}
21
count = var.existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key.
22
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
23
- version = "4.14.2"
+ version = "5.1.6"
24
create_key_protect_instance = false
25
region = var.kms_region
26
existing_kms_instance_guid = var.existing_kms_instance_guid
0 commit comments