Skip to content

Releases: cloudposse/terraform-aws-elasticache-redis

v0.26.0

05 Dec 20:44
c9fd279
Compare
Choose a tag to compare
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

16 Sep 23:20
7014078
Compare
Choose a tag to compare
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

03 Sep 14:23
a2eb2b3
Compare
Choose a tag to compare
use minimum versions for provider pinning @woz5999 (#81)

what

set minimum versions for providers without pinning to a specific major version

why

the current method makes it very difficult to maintain or upgrade consistent provider versions within a project

references

https://www.terraform.io/docs/configuration/provider-requirements.html#best-practices-for-provider-versions

v0.23.0

25 Aug 00:19
ec14fec
Compare
Choose a tag to compare
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

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)