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 single non-cluster redis using `aws_elasticache_cluster` #154

Open nitrocode opened 2 years ago

nitrocode commented 2 years ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Some users have requested an option to use the single node instance aws_elasticache_cluster over the cluster aws_elasticache_replication_group.

References