Skip to content

Releases: signalsciences/tf_aws_elasticsearch

(en)force deletion protection

17 Jan 19:21
Compare
Choose a tag to compare

Turn on deletion protection in the lifecycle. Hardcoded because booleans and interpolation aren't supported in tf11 lifecycle.

triple zone club

10 Jan 17:29
Compare
Choose a tag to compare

As of AWS provider 2.2.0, we can finally use all three zones with Elasticsearch. This is still backwards-compatible with 1 and 2 zones.

Welcome to the triple comma zone club.

properly ignore scaling

13 Jun 21:21
Compare
Choose a tag to compare

For real this time. Ignoring the whole map, actually.

ignore scaling changes

11 Jun 21:50
Compare
Choose a tag to compare

ignore changes to any of the following:

  • elasticsearch_version
  • instance_type
  • instance_count
  • vpc_options

This allows scaling and upgrades outside of a terraform apply.

jtran's first stable AWS-ES release

31 May 19:46
Compare
Choose a tag to compare

Had to version-bump because I created v0.6.1 wrong --ted