Terraform Aws Elasticsearch Versions Save

Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.

0.47.0

2 months ago
Adding support for opensearch domains @srhopkins (#144)

what

  • Adds support for opensearch domains

why

  • Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open source version of the software).

references

0.46.0

6 months ago
Fix Reference to Undeclared Variable @sherifabdlnaby (#169)

what

  • Correct variable name for var.auto_tune.cron_schedule

why

  • cron_expression_for_recurrence referred to the wrong variable name, with _ not .

references

0.45.0

6 months ago
Support AWS Provider V5 @max-lobur (#167)

what

Support AWS Provider V5 Linter fixes

why

Maintenance

references

https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0

Sync github @max-lobur (#163)

Rebuild github dir from the template

0.44.0

11 months ago
  • No changes

0.43.0

1 year ago
Add var.create_elasticsearch_user_role @mohamed-essam (#161)

what

  • Add variable to control creation of aws_iam_role.elasticsearch_user

why

  • Resource not needed and can cause compliance issues

references

closes #160

0.42.0

1 year ago
fix(elasticsearch): fix #143 bug to allow the deployment with 0 master nodes @franciscoandrade-unit (#145)

what

  • This PR is related to issue #143
  • Allow the creation of an AWS OpenSearch domain with 0 master nodes

why

  • There is an error when we try to create a domain without providing dedicated_master_count and dedicated_master_type even when the dedicated_master_enabled=false

references

  • closes #143

0.41.0

1 year ago
Add option to apply security groups to domain @bgottlob (#134)

what

  • Adds capability to attach existing security groups to ElasticSearch domain by setting var.create_security_group to false
  • Preserves default behavior of creating a new security group with one rule for each item in var.security_groups

why

  • Some users expect var.security_groups to be a list of security groups to be directly attached to the ElasticSearch domain

references

  • Resolves #62

0.40.0

1 year ago
Update README: change zone_awareness_enabled to bool @Zaargh (#142)

what

In the example use zone_awareness_enabled is passed to the module as string, when bool is expected. Changed to bool.

why

  • Consistency.

0.39.1

1 year ago

🤖 Automatic Updates

chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.3 @renovate (#152)

This PR contains the following updates:

Package Type Update Change
cloudposse/route53-cluster-hostname/aws (source) module patch 0.12.2 -> 0.12.3

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.12.3

Compare Source

Add zone inputs, update tests, add usage @​nitrocode (#​42)
what
  • Add zone inputs, update tests, add usage
why
  • Verify zone name exists
  • Dynamically retrieve zone name based on data source inputs
references
git.io->cloudposse.tools update @​dylanbannon (#​40)
what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References
  • DEV-143

0.39.0

1 year ago
Add cold storage support @dm3ch (#148)

what

  • Add support of configuring cluster_config.cold_storage_options.enabled

why

  • Allows enabling support of cold storage