Releases: signalsciences/tf_aws_elasticsearch
Releases · signalsciences/tf_aws_elasticsearch
(en)force deletion protection
Turn on deletion protection in the lifecycle. Hardcoded because booleans and interpolation aren't supported in tf11 lifecycle.
triple zone club
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
For real this time. Ignoring the whole map, actually.
ignore scaling changes
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
Had to version-bump because I created v0.6.1 wrong --ted