File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
module "instance" {
2
- source = " ../"
3
- password = " Your password"
4
- data_node_spec = " elasticsearch.sn2ne.large"
5
- data_node_amount = " 2"
2
+ source = " ../"
3
+ password = " Your password"
4
+ data_node_spec = " elasticsearch.sn2ne.large"
5
+ data_node_amount = " 2"
6
6
data_node_disk_size = " 20"
7
7
data_node_disk_type = " cloud_ssd"
8
- es_version = " 5.5.3_with_X-Pack"
9
- vswitch_id = " vswitch id"
10
- master_node_spec = " elasticsearch.sn2ne.large"
8
+ es_version = " 5.5.3_with_X-Pack"
9
+ vswitch_id = " vswitch id"
10
+ master_node_spec = " elasticsearch.sn2ne.large"
11
11
}
Original file line number Diff line number Diff line change 1
1
output "elasticsearch_ids" {
2
2
value = " ${ module . instance . elasticsearch_ids } "
3
- }
3
+ }
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ variable "kibana_whitelist" {
50
50
51
51
variable "master_node_spec" {
52
52
description = " The master node specifications of the Elasticsearch instance."
53
- default = " "
53
+ default = " "
54
54
}
55
55
56
56
variable "description" {
57
57
description = " The description of the Elasticsearch instance."
58
- default = " "
58
+ default = " "
59
59
}
60
60
61
61
variable "number_of_instance" {
You can’t perform that action at this time.
0 commit comments