Skip to content

Releases: cloudposse/terraform-aws-elasticsearch

v0.47.0

13 Feb 17:38
9f8894c
Compare
Choose a tag to compare
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

v0.46.0

16 Oct 21:39
1285ccd
Compare
Choose a tag to compare
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

v0.45.0

16 Oct 18:44
102fe02
Compare
Choose a tag to compare
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

v0.44.0

17 May 09:14
5b260ae
Compare
Choose a tag to compare
  • No changes

v0.43.0

11 May 16:50
5b260ae
Compare
Choose a tag to compare
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

v0.42.0

23 Feb 11:41
dda8ef4
Compare
Choose a tag to compare
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

v0.41.0

23 Feb 11:40
6cf06ed
Compare
Choose a tag to compare
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

v0.40.0

23 Feb 10:51
43eda69
Compare
Choose a tag to compare
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.

v0.39.1

23 Feb 10:50
ce75e52
Compare
Choose a tag to compare

🤖 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

v0.39.0

18 Feb 09:12
4becd77
Compare
Choose a tag to compare
Add cold storage support @dm3ch (#148)

what

  • Add support of configuring cluster_config.cold_storage_options.enabled

why

  • Allows enabling support of cold storage