multy icon indicating copy to clipboard operation
multy copied to clipboard

Add managed distributed cache resource

Open goncalo-rodrigues opened this issue 3 years ago • 0 comments

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

goncalo-rodrigues avatar Jul 25 '22 07:07 goncalo-rodrigues