You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/standard/main.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ module "kms" {
27
27
providers={
28
28
ibm = ibm.kms
29
29
}
30
-
count=var.existing_secrets_manager_kms_key_crn!=null?0:1# no need to create any KMS resources if passing an existing key, or bucket
30
+
count=var.existing_secrets_manager_crn!=null|| var.existing_secrets_manager_kms_key_crn!=null?0:1# no need to create any KMS resources if passing an existing key, or bucket
0 commit comments