terraform-community-modules / tf_aws_elasticsearch

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-opensearch
MIT License
79 stars 97 forks source link

Optionally set threshold for dedicated master nodes #18

Closed robinbowes closed 5 years ago

robinbowes commented 5 years ago

Allow user to create a cluster using less than 10 instances with dedicated master nodes.

This is achieved by adding a new parameter, dedicated_master_threshold, with default value of 10, ie. the default behaviour is unchanged.

antonbabenko commented 5 years ago

Thanks, Robin!

v0.6.0 has been released.