Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_elasticsearch
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
steamhaus
tf_mod_aws_elasticsearch
Commits
97a14378
Commit
97a14378
authored
Feb 08, 2018
by
Adrian Horrocks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing default ES version
parent
2311a9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main.tf
main.tf
+3
-3
No files found.
main.tf
View file @
97a14378
...
@@ -8,7 +8,7 @@ variable private_dns_address {}
...
@@ -8,7 +8,7 @@ variable private_dns_address {}
variable
public_dns_zone
{}
variable
public_dns_zone
{}
variable
public_dns_address
{}
variable
public_dns_address
{}
variable
elasticsearch_version
{
default
=
"
1
.5"
}
variable
elasticsearch_version
{
default
=
"
5
.5"
}
variable
automated_snapshot_start_hour
{
default
=
"02"
}
variable
automated_snapshot_start_hour
{
default
=
"02"
}
# EBS options
# EBS options
...
@@ -19,11 +19,11 @@ variable ebs_volume_size {default = "20"}
...
@@ -19,11 +19,11 @@ variable ebs_volume_size {default = "20"}
# Cluster config
# Cluster config
# If zone awareness is enabled then an even number of data nodes is required.
# If zone awareness is enabled then an even number of data nodes is required.
# Dedicated master count should be greater than 1
# Dedicated master count should be greater than 1
variable
instance_type
{
default
=
"
t2.micro
.elasticsearch"
}
variable
instance_type
{
default
=
"
m3.medium
.elasticsearch"
}
variable
instance_count
{
default
=
"2"
}
variable
instance_count
{
default
=
"2"
}
variable
zone_awareness_enabled
{
default
=
"true"
}
variable
zone_awareness_enabled
{
default
=
"true"
}
variable
dedicated_master_enabled
{
default
=
"true"
}
variable
dedicated_master_enabled
{
default
=
"true"
}
variable
dedicated_master_type
{
default
=
"
t2.micro
.elasticsearch"
}
variable
dedicated_master_type
{
default
=
"
m3.medium
.elasticsearch"
}
variable
dedicated_master_count
{
default
=
"2"
}
variable
dedicated_master_count
{
default
=
"2"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment