terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
Terraform module to provision an ElastiCache Redis Cluster
## Describe the Bug When upgrading from one minor version to another the terraform plan fails with about 50+ errors. ## Expected Behavior When upgrading minor versions I expect that...
## what - provide variable to set parameter group name ## why - I faced issues when upgrading to redix 6.x because it attempts to destroy before create and it...
elasticache for redis 6.0 adds ACL function. But now Inputs does not support aws_elasticache_user_group var
## Describe the Bug After resources have been created the following outputs are present: ```shell Error: expected length of replication_group_id to be in the range (1 - 40), got │...
Small changes to update the syntax to the latest version of the provider. https://github.com/hashicorp/terraform-provider-aws/pull/22667/files ## what * Updated description parameter to new name * Updated number of cache clusters to...
Hi there thanks for this great set of tooling. I appear to have run into a small issue with the cacheparamgroup Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help....
I'm not sure how much control this project has over this, but it seems like the architecture you're choosing does result in a large number of public IPs being created....
## Describe the Feature Variable to enable / disable [data_tiering_enabled](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#data_tiering_enabled) ``` Error: error creating ElastiCache Replication Group (REDIS-NAME): InvalidParameterCombination: When using the cache.r6gd.2xlarge node type, you must enable data tiering....
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature Some users have requested an option to use the single node...
## Describe the Bug Giving a list as a value to the additional_security_group_rules parameter causes a fail. ## Expected Behavior It should accept a list and the module should run...