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
fix: update code to accept prefix as empty string ("") and mark as required in catalog manifest (#565)
* refactor:update the prefix logic in DA
* update prefix value
* SKIP UPGRADE TEST
* changed the description
---------
Co-authored-by: Arya Girish K <arya.girish.k@ibm.com>
create_new_kms_key=!var.use_ibm_owned_encryption_key&& var.existing_kms_key_crn==null?true:false# no need to create any KMS resources if passing an existing key, or using IBM owned keys
description="Prefix to add to all resources created by this solution."
36
-
default=null
35
+
description="Prefix to add to all resources created by this solution. To not use any prefix value, you can set this value to `null` or an empty string."
0 commit comments