terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Application Logs option cannot be specified for Elasticsearch version : 2.3 (same for 1.5)
Describe the Bug
Module doesn't work with older ES versions (tested with 1.5 and 2.3) log_publishing_options is not supported in older versions Error creating ElasticSearch domain: InvalidTypeException: Application Logs option cannot be specified for Elasticsearch version : 2.3
Expected Behavior
Elasticsearch gets created
Steps to Reproduce
Set Elasticsearch version to 1.5 or 2.3
I've just made a PR for this: https://github.com/cloudposse/terraform-aws-elasticsearch/pull/103