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 420ee11 commit f6ff3dbCopy full SHA for f6ff3db
main.tf
@@ -79,7 +79,7 @@ locals {
79
########################################################################################################################
80
81
module "kms_key_crn_parser" {
82
- count = local.create_kms_auth_policy ? 1 : 0
+ count = var.kms_key_crn != 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