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 23f0024 commit 6ac4dd9Copy full SHA for 6ac4dd9
solutions/standard/main.tf
@@ -61,7 +61,7 @@ module "kms" {
61
}
62
count = var.existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key
63
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
64
- version = "4.15.2"
+ version = "4.15.9"
65
create_key_protect_instance = false
66
region = local.existing_kms_instance_region
67
existing_kms_instance_crn = var.existing_kms_instance_crn
0 commit comments