Skip to content

Releases: lgallard/terraform-aws-elasticsearch

Add support for conditional creation

24 Jan 12:12
6cedaa9
Compare
Choose a tag to compare

0.8.0 (January 24, 2021)

ENHANCEMENTS:

  • Add support for conditional creation (Thanks @icalvete)

FIXES:

  • Update examples

Fix master_user_name reference in locals

24 Jan 10:19
623c4a4
Compare
Choose a tag to compare

0.7.1 (January 24, 2021)

FIXES:

Add retention configuration variable for Cloudwatch log group

08 Jan 20:02
6793b3b
Compare
Choose a tag to compare

0.7.0 (January 8, 2021)

ENHANCEMENTS:

  • Add retention configuration variable for Cloudwatch log group (thanks @elpaquete)

FIx warm node

28 Oct 19:48
2e3a6a3
Compare
Choose a tag to compare

It fixes the configuration drift for a warm node in version 0.6.0

Add support for warm storage

26 Oct 23:39
6bbc370
Compare
Choose a tag to compare
Merge pull request #22 from lgallard/release/0.6.0

Add support for warm storage (thanks @jlfowle and @neilsmith1000)

Fix advanced_security_options example

17 Sep 19:07
9bede37
Compare
Choose a tag to compare

0.5.1 (September 17, 2020)

FIXES:

  • Fix advanced_security_options example. In order to use master_user_arn, the value for internal_user_database_enabled must be set to false.

Add domain_endpoint_options support

04 Sep 00:13
11a5591
Compare
Choose a tag to compare

0.5.0 (September 3, 2020)

ENHANCEMENTS:

  • Add domain_endpoint_options support
  • Update advaced security options examples
  • Move advaced security options examples to its own folders
  • Add READMEs to each example folder

Bug/fix variable lookups

24 Aug 19:48
b3b632d
Compare
Choose a tag to compare

0.4.1 (August 24, 2020)

FIXES:

  • Bug/fix variable lookups for master_user_password and dedicated_master_type (thanks @mcook-bison)

Add advanced_security_options block

15 Jul 22:25
c50feb8
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add advanced_security_options block
  • Add examples for advanced_security_options block

FIXES:

  • Change "false" for the bool value

Add Service Link role creation flag

26 Jun 18:07
e552143
Compare
Choose a tag to compare

0.3.0 (June 26, 2020)

FIXES:

  • Add Service Link role creation flag (default to true)