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 8b003a1 commit e096e03Copy full SHA for e096e03
main.tf
@@ -79,7 +79,7 @@ locals {
79
########################################################################################################################
80
81
module "kms_key_crn_parser" {
82
- count = var.kms_key_crn != null ? 1 : 0
+ count = var.kms_encryption_enabled != null ? 1 : 0
83
source = "terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
84
version = "1.2.0"
85
crn = var.kms_key_crn
0 commit comments