Add managed distributed cache resource #381
Labels
aws
AWS resource
azure
Azure resource
gcp
GCP resource
help wanted
Extra attention is needed
new-resource
Request a new multy resource
Distributed cache is offered among AWS, Azure and GCP.
This issue tracks the first implementation of a managed distributed cache resource, supporting Redis engine (memcached in the future), and both stand-alone and replicated servers.
GCP doesn't have Redis cluster support and Azure doesn't allow you to specify the version (which is 4.0 for now).
AWS: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster
Azure: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/redis_cache
GCP: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/redis_instance
The text was updated successfully, but these errors were encountered: