Skip to content

Commit

Permalink
SKIP UPGRADE TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipin Kumar authored and Vipin Kumar committed Jan 20, 2025
1 parent 1feae98 commit 6870af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "kms_key_crn_parser" {
count = var.kms_key_crn != null ? 1 : 0
count = var.kms_encryption_enabled != false ? 1 : 0
source = "terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
version = "1.1.0"
crn = var.kms_key_crn
Expand Down

0 comments on commit 6870af0

Please sign in to comment.