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
validate_kms=var.existing_kms_instance_crn==null&& var.existing_kms_key_crn==null?tobool("Both 'existing_kms_instance_crn' and 'existing_kms_key_crn' input variables can not be null. Set 'existing_kms_instance_crn' to create a new KMS key or 'existing_kms_key_crn' to use an existing KMS key.") :true
Copy file name to clipboardexpand all lines: solutions/enterprise/variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ variable "region" {
12
12
13
13
variable"prefix" {
14
14
type=string
15
-
description="Optional. The prefix to append to all resources that this solution creates. Prefix is ignored if it is `null` or empty string (\"\")."
15
+
description="The prefix to add to all resources that this solution creates. To not use any prefix value, you can set this value to `null` or an empty string."
Copy file name to clipboardexpand all lines: solutions/quickstart/variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ variable "ibmcloud_api_key" {
6
6
7
7
variable"prefix" {
8
8
type=string
9
-
description="Optional. The prefix to append to all resources that this solution creates. Prefix is ignored if it is `null` or empty string (\"\")."
9
+
description="The prefix to add to all resources that this solution creates. To not use any prefix value, you can set this value to `null` or an empty string."
0 commit comments