commitdev / zero-aws-eks-stack

zero module for a basic AWS kubernetes stack on EKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Elasticache Memcached

bmonkman opened this issue · comments

Add terraform to enable support of Elasticache Memcached.

As usual, let's try to use a well-supported existing TF module as the basis for this.

If this is done after redis, the code should be reused. If it's done before it should take into account that we also want to support redis.

Related to #167

Implemented with #167