cloudposse / terraform-aws-elasticache-redis

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

Why isn't cluster_mode configurable #43

Closed AndresPineros closed 4 years ago

AndresPineros commented 5 years ago

Hello,

I saw that the cluster_mode block isn't exposed as part of the configuration. Is there an intention for this? Is this meant to be used only as a "cache cluster"? By "cache-cluster" I mean 1 write node and 0-5 replica read nodes, but no sharding (or node-groups).

EDIT: I was wondering if the idea of the module is to only deploy the replication group and the other shards (node-groups) have to be attached manually.