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_cos_regions=var.cos_bucket_region!=null&& var.cross_region_location!=null?tobool("Cannot provide values for var.cos_bucket_region and var.cross_region_location") :true
validate_cos_regions=var.cos_bucket_region!=null&& var.cross_region_location!=null?tobool("Cannot provide values for var.cos_bucket_region and var.cross_region_location") :true
description="The name of a new or an existing resource group in which Event Notifications resources are provisioned."
19
+
description="The name of a new or an existing resource group in which to provision the Databases for Elasicsearch in. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
description="(Optional) The CRN of an existing IBM Cloud Monitoring instance. It is used to monitor the IBM Cloud Object Storage bucket that is used for storing failed events."
33
33
}
34
34
35
+
variable"prefix" {
36
+
type=string
37
+
description="(Optional) Prefix to add to all resources created by this solution."
description="The name of the Event Notifications instance that is created by this solution."
58
+
description="The name of the Event Notifications instance that is created by this solution. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
description="The name of the key ring which will be created for the Event Notifications instance. Not used if supplying an existing key."
122
+
description="The name of the key ring which will be created for the Event Notifications instance. Not used if supplying an existing key. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
117
123
}
118
124
119
125
variable"en_key_name" {
120
126
type=string
121
127
default="en-key"
122
-
description="The name for the key that will be created for the Event Notifications. Not used if an existing key is specfied."
128
+
description="The name for the key that will be created for the Event Notifications. Not used if an existing key is specfied. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
123
129
}
124
130
125
131
variable"cos_key_ring_name" {
126
132
type=string
127
133
default="en-cos-key-ring"
128
-
description="The name of the key ring which will be created for Object Storage. Not used if supplying an existing key or if `existing_cos_bucket_name` is specified."
134
+
description="The name of the key ring which will be created for Object Storage. Not used if supplying an existing key or if `existing_cos_bucket_name` is specified. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
129
135
}
130
136
131
137
variable"cos_key_name" {
132
138
type=string
133
139
default="en-cos-key"
134
-
description="The name of the key which will be created for the Event Notifications. Not used if supplying an existing key."
140
+
description="The name of the key which will be created for the Event Notifications. Not used if supplying an existing key. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
description="The name to use when creating the Object Storage bucket for the storage of failed delivery events. Bucket names are globally unique. If `add_bucket_name_suffix` is set to `true`, a random 4 character string is added to this name to help ensure that the bucket name is unique."
175
+
description="The name to use when creating the Object Storage bucket for the storage of failed delivery events. Bucket names are globally unique. If `add_bucket_name_suffix` is set to `true`, a random 4 character string is added to this name to help ensure that the bucket name is unique. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
description="The name to use when creating the Object Storage instance."
194
+
description="The name to use when creating the Object Storage instance. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
0 commit comments