Skip to content

Commit d414a9c

Browse files
committed
cosmetic changes
1 parent 3d7f248 commit d414a9c

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

terraform-aws-elasticsearch/variables.tf

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
variable "region" {
22
type = "string"
3-
default = "us-east-1"
4-
}
5-
6-
variable "enabled" {
7-
type = bool
8-
default = true
9-
description = "Set to false to prevent the module from creating any resources"
10-
}
11-
12-
variable "security_group" {
13-
type = string
14-
default = "sg-53623a20"
15-
description = "List of security group IDs to be allowed to connect to the cluster"
3+
default = "us-east-2"
164
}
175

186
variable "domain_name" {
@@ -36,7 +24,7 @@ variable "instance_type" {
3624
variable "instance_count" {
3725
type = number
3826
description = "Number of data nodes in the cluster"
39-
default = 2
27+
default = 1
4028
}
4129

4230
variable "zone_awareness_enabled" {

0 commit comments

Comments
 (0)