We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7f248 commit d414a9cCopy full SHA for d414a9c
terraform-aws-elasticsearch/variables.tf
@@ -1,18 +1,6 @@
1
variable "region" {
2
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"
+ default = "us-east-2"
16
}
17
18
variable "domain_name" {
@@ -36,7 +24,7 @@ variable "instance_type" {
36
24
variable "instance_count" {
37
25
type = number
38
26
description = "Number of data nodes in the cluster"
39
- default = 2
27
+ default = 1
40
28
41
29
42
30
variable "zone_awareness_enabled" {
0 commit comments