Releases: cloudposse/terraform-aws-elasticsearch
Releases · cloudposse/terraform-aws-elasticsearch
v0.47.0
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
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
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
- No changes
v0.43.0
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
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
anddedicated_master_type
even when thededicated_master_enabled=false
references
- closes #143
v0.41.0
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
tofalse
- 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
v0.40.0
v0.39.1
🤖 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
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