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
description="The name of a new or an existing resource group in which to provision the Databases for Elasicsearch in."
14
+
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."
15
+
}
16
+
17
+
variable"prefix" {
18
+
type=string
19
+
description="Prefix to add to all resources created by this solution."
20
+
default=null
15
21
}
16
22
17
23
variable"name" {
18
-
description="The name of the Elasticsearch instance"
19
24
type=string
25
+
description="The name of the Databases for Elasticsearch instance. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
description="The name to give the Key Ring which will be created for the Elasticsearch Key. Not used if supplying an existing Key."
139
+
description="The name to give the key ring that is created for the Databases for Elasticsearch key. Not used if `existing_kms_key_crn` is specified. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
133
140
}
134
141
135
142
variable"elasticsearch_key_name" {
136
143
type=string
137
144
default="elasticsearch-key"
138
-
description="The name to give the Key which will be created for the Elasticsearch. Not used if supplying an existing Key."
145
+
description="The name to give the key that is created for the Databases for Elasticsearch key. Not used if `existing_kms_key_crn` is specified. If a `prefix` input variable is specified, it is added to this name in the `<prefix>-value` format."
0 commit comments