Skip to content

Releases: cloudposse/terraform-aws-elasticache-redis

v0.22.0

18 Aug 17:56
f727ef5
Compare
Choose a tag to compare
add_kms_key_id: Allow user to supply their own kms_key_id @Hibbert (#75)

Change-Id: I23d1288851301328afaa61686b42d8376d303415

what

  • This change allows a user to supply their own kms_key_id from a previously created kms key when at rest encryption is enabled

why

  • Security

references

  • N/A

v0.21.0

18 Aug 16:24
214683c
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#78)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.20.0: Further TF 0.13.0 support (#76)

13 Aug 21:17
aff272d
Compare
Choose a tag to compare
For TF 0.13.0 support: https://github.com/cloudposse/terraform-null-label/releases/tag/0.17.0

0.19.0: Support 0.13

13 Aug 15:25
01e71ca
Compare
Choose a tag to compare
[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)

28 Jul 18:37
19d6779
Compare
Choose a tag to compare
* 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

01 Jul 00:46
745609e
Compare
Choose a tag to compare
Adding Chatops (#69)

0.17.0 Fix creation of Redis in cluster mode

15 May 01:26
2025cb6
Compare
Choose a tag to compare

what

  • fix creation on cluster_mode_enabled
  • don't send number_cache_clusters or availability_zones for cluster mode

why

0.16.0 Adds dns_subdomain variable to override subdomain

14 Feb 21:21
9904a81
Compare
Choose a tag to compare

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

12 Feb 00:16
ea7760b
Compare
Choose a tag to compare

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

25 Dec 04:21
d27d632
Compare
Choose a tag to compare

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