Releases: cloudposse/terraform-aws-elasticache-redis
Releases · cloudposse/terraform-aws-elasticache-redis
v0.22.0
v0.21.0
0.20.0: Further TF 0.13.0 support (#76)
For TF 0.13.0 support: https://github.com/cloudposse/terraform-null-label/releases/tag/0.17.0
0.19.0: Support 0.13
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#74) ## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.18.1: Fix typo on example for 'automatic_failover' (#71)
* Fix typo on example for 'automatic_failover' * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
0.18.0
0.17.0 Fix creation of Redis in cluster mode
what
- fix creation on
cluster_mode_enabled
- don't send
number_cache_clusters
oravailability_zones
for cluster mode
why
- neither parameter are supported for cluster mode; more info:
0.16.0 Adds dns_subdomain variable to override subdomain
what
- Adds dns_subdomain variable to override subdomain
- Fix
apply_immediately
parameter
why
- Helps in case of need the ability to scope the subdomain of this service to an environment specific resource
- It was declared as a variable, but wasn't actually set on the
aws_elasticache_replication_group
resource.
0.15.0 Make `cluster_mode_enabled` mode more automated
what
- Automatically set number of nodes in cluster_size, enabling scale-out with a single parameter change.
- Automatically set the cluster-enabled parameter as an override-able default.
- correct the endpoint keyname to fix a null value error.
why
- Makes
cluster_mode_enabled
more convenient
0.14.0 Use Security Group rules instead of inline rule blocks. Fix example. Fix README. Update to latest versions of modules. Change region for tests
what
- Use Security Group rules instead of inline rule blocks
- Fix example. Fix README
- Update to latest versions of modules
- Change region for tests
- Add possibility to use existing Security Groups to place the Redis cluster into
- Add the possibility to setup
cluster_mode
https://www.terraform.io/docs/providers/aws/r/elasticache_replication_group.html#cluster_mode
why
- Use Security Group rules instead of inline rule blocks - make the module idempotent
- Fix example. Fix README - add working example to the example section in README
- Update to latest versions of modules - be up to date
- Change region for tests - we use
us-east-2
for all test (us-west-1
is a very limited region) - Add possibility to use existing Security Groups to place the Redis cluster into - in case it's not allowed to create SG in the module
- Add the possibility to setup
cluster_mode
- Create a native Redis cluster with shards