Skip to content

Commit c1bdc80

Browse files
guangfanquxiaozhu36
authored andcommitted
Fmt the code.
1 parent 892154d commit c1bdc80

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

example/main.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
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"
66
data_node_disk_size = "20"
77
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"
1111
}

example/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
output "elasticsearch_ids" {
22
value = "${module.instance.elasticsearch_ids}"
3-
}
3+
}

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ variable "kibana_whitelist" {
5050

5151
variable "master_node_spec" {
5252
description = "The master node specifications of the Elasticsearch instance."
53-
default = ""
53+
default = ""
5454
}
5555

5656
variable "description" {
5757
description = "The description of the Elasticsearch instance."
58-
default = ""
58+
default = ""
5959
}
6060

6161
variable "number_of_instance" {

0 commit comments

Comments
 (0)