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: updated the default value of the prefix input to be "dev". Marked the input as required in catalog so it will now show in the required tab of the projects UI. It is still possible omit the prefix by passing a value of null or empty string ("") when working directly with the terraform code, or by passing the string value of __NULL__ when deploying in projects or schematics. (#388)
create_new_kms_key=var.existing_db_instance_crn==null&&!var.use_ibm_owned_encryption_key&& var.existing_kms_key_crn==null?1:0# no need to create any KMS resources if using existing Elasticsearch, passing an existing key, or using IBM owned keys
description="Prefix to add to all resources created by this solution."
25
-
default=null
24
+
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