cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
141 stars 246 forks source link

Support Data Tiering #157

Open andrew-aiken opened 2 years ago

andrew-aiken commented 2 years ago

Describe the Feature

Variable to enable / disable data_tiering_enabled

Error: error creating ElastiCache Replication Group (REDIS-NAME): InvalidParameterCombination: When using the cache.r6gd.2xlarge node type, you must enable data tiering.

Expected Behavior

When using r6gd nodes, engine version 6.x, and tiering enabled it should create the ElastiCache Redis instance.

Describe Ideal Solution

Add a bool variable to control the feature