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="Version of the elasticsearch instance. If no value passed, the current ICD preferred version is used."
22
22
default=null
23
23
}
24
+
24
25
variable"resource_group" {
25
26
type=string
26
27
description="An existing resource group name to use for this example, if unset a new resource group will be created"
@@ -39,8 +40,8 @@ variable "access_tags" {
39
40
default=[]
40
41
}
41
42
42
-
variable"elasticsearch_db_backup_crn" {
43
+
variable"existing_database_crn" {
43
44
type=string
44
-
description="The existing CRN of a backup resource to restore from. If null then it will create a new instance first and then create another instance pointing to the backup of the first instance."
45
+
description="The existing CRN of a backup resource to restore from."
0 commit comments