Releases: egarbi/terraform-aws-es-cluster
Releases · egarbi/terraform-aws-es-cluster
v0.2.0
- Adds just the necessary changes for the code to work with version 0.14
- Update Formatting
v0.1.3
Fixes
Adds
Support for up to 3 AZ's in multi-az
pre-commit hooks
- terraform fmt
- terraform-docs
Will be automatically run on every commit
V0.1.2
Deprecation warnings on a plan
started to being showed up after upgrading to version >= 0.12.14.
See details here
This release will fix the deprecated syntax and get rid of those warning messages as a result.
Thanks to @fsperling for this
v0.1.1
- Improves/Update testing case
- Adds creation of a service IAM role used by default
Breaking change!!
A new variable create_iam_service_linked_role
with default value to true
has been introduced in this new release.
If you are upgrading from a previous version just add
create_iam_service_linked_role = false
To your module to prevent this role been created.
v0.1.0
- Adds just the necessary changes for the code to work with version 0.12
- Adds an example directory to be used as testing on every proposed PR
v0.0.8
- make route53 zone id optional (Thanks neillturner)
- Improve variables, outputs and README.md files (Thanks BreakingPitt)
v0.0.7
Making SG extensible
- Extract rules from Security Group
- Add Security Group ID to outputs
- Thanks @paurosello
v0.0.6
Miscellaneous Improvements
- Adds volume_type variables
- Adds encrypts_at_rest block
- Dedicated TF files for variables and outputs for better understanding.
Thanks, @BreakingPitt
v0.0.5
- Adds a new feature requested in #5
- Terraform fmt
v0.0.4
Introduce a new variable to be used with volume size of EBS