Skip to content

Commit 9444a79

Browse files
author
Luis Gallardo
committed
Change default values for warm storage
1 parent 8020b42 commit 9444a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ variable "cluster_config_warm_enabled" {
202202
variable "cluster_config_warm_count" {
203203
description = "The number of warm nodes in the cluster"
204204
type = number
205-
default = 2
205+
default = null
206206
}
207207

208208
variable "cluster_config_warm_type" {
209209
description = "The instance type for the Elasticsearch cluster's warm nodes"
210210
type = string
211-
default = "ultrawarm1.medium.elasticsearch"
211+
default = null
212212
}
213213

214214
# snapshot_options

0 commit comments

Comments
 (0)