Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add managed distributed cache resource #381

Open
goncalo-rodrigues opened this issue Jul 25, 2022 · 0 comments
Open

Add managed distributed cache resource #381

goncalo-rodrigues opened this issue Jul 25, 2022 · 0 comments
Labels
aws AWS resource azure Azure resource gcp GCP resource help wanted Extra attention is needed new-resource Request a new multy resource

Comments

@goncalo-rodrigues
Copy link
Member

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 goncalo-rodrigues added new-resource Request a new multy resource aws AWS resource azure Azure resource gcp GCP resource help wanted Extra attention is needed labels Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws AWS resource azure Azure resource gcp GCP resource help wanted Extra attention is needed new-resource Request a new multy resource
Projects
Status: September 2022
Development

No branches or pull requests

1 participant