Skip to content

Releases: egarbi/terraform-aws-es-cluster

v0.2.0

17 Dec 16:26
f18c817
Compare
Choose a tag to compare
  • Adds just the necessary changes for the code to work with version 0.14
  • Update Formatting

v0.1.3

02 Jun 18:55
41b6ec5
Compare
Choose a tag to compare

Fixes

  • Format (terraform fmt)

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

03 Feb 13:35
9d15314
Compare
Choose a tag to compare

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

04 Nov 14:04
2328d90
Compare
Choose a tag to compare
  • 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

31 Oct 13:19
74dc087
Compare
Choose a tag to compare
  • 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

29 Jul 11:29
Compare
Choose a tag to compare
  • make route53 zone id optional (Thanks neillturner)
  • Improve variables, outputs and README.md files (Thanks BreakingPitt)

v0.0.7

25 Jul 10:54
a08863f
Compare
Choose a tag to compare

Making SG extensible

  • Extract rules from Security Group
  • Add Security Group ID to outputs
  • Thanks @paurosello

v0.0.6

09 Apr 19:58
505b8eb
Compare
Choose a tag to compare

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

05 Mar 09:51
82ff8ca
Compare
Choose a tag to compare
  • Adds a new feature requested in #5
  • Terraform fmt

v0.0.4

26 Feb 19:29
128b732
Compare
Choose a tag to compare

Introduce a new variable to be used with volume size of EBS