terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
Support Data Tiering
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