Releases: cloudposse/terraform-aws-elasticache-redis
Releases · cloudposse/terraform-aws-elasticache-redis
0.13.0 Enable backups
what
- Enable backups
why
- Give the possibility to create and enable automatic backups
0.11.1 Enable backup TF 0.11
what
- Enable backups
why
- Give the possibility to create and enable automatic backups
0.12.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
for the example - Add Codefresh badge to point to the test pipeline in
terraform-modules
project - Update README
why
- Module currently does not work with 0.12. Much easier syntax
- Better regression control
- Automatically test the example on every commit and pull request
- Provision resources on AWS in the test account and check the outputs for the correct values
terraform-modules
project contains pipelines for all terraform modules
0.11.0 Add optional variable for the Elasticache subnet group name
what
- Add optional variable for the Elasticache subnet group name so we can create the replication group in an already existing subnet group.
why
- Closes #30
0.10.0 Use primary_endpoint_addess if DNS is not used for host output
0.9.0: add cloudwatch ok alarm actions (#32)
* add cloudwatch ok alarm actions * updating readme from makefile
0.8.1: Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.8.0: Input variable for replication_group_id (#28)
* adding an input variable for replication_group_id * fix formatting * updating docs
0.7.3: normalize disable method (#27)
* normalize disable method switch variable default to empty string, switch enable bool to check length of zone_id variable * regenerate readme