Releases: cloudposse/terraform-aws-elasticache-redis
Releases · cloudposse/terraform-aws-elasticache-redis
v0.26.0
Added Egress Outbound Variable & Updated Redis Family in Example @barissekerciler (#90)
what
- Added cidr block option to egress traffic (default is 0.0.0.0/0)
- Updated example with Redis 6.x
why
- Business case (PCI-DSS). If you want to put Redis cluster to the private subnet, it shouldn't outbounds traffic to the all. At least, for a module, it must be opitonal.
v0.25.0
Add `cloudwatch_metric_alarms_enabled` variable. Update Terratest. Update to `context.tf` @aknysh (#84)
what
- Add
cloudwatch_metric_alarms_enabled
variable - Update Terratest
- Update to
context.tf
why
- Allow disabling CloudWatch metrics alarms
- Standardization and interoperability
- Keep the module up to date
related
v0.24.0
v0.23.0
Fix cloudwatch alarm failure to create (#56) @varunpalekar (#77)
what
- Create multiple cloudwatch alarms for each node of cluster.
why
- You can't create a cloudwatch alarm on cluster, need to create on each node of cluster.
references
- closes #56
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>