Story
We want to create a simple Elasticache cluster based on an input similar to MySQL / Postgres
Input
cache = {
name = "cache"
type = "cache"
engine = "redis"
version = "" // need to clarify
class = "burstable"
instance = "cache.t4g.micro"
autoscaling = "disabled"
}