terraform-aws-elasticache-redis icon indicating copy to clipboard operation
terraform-aws-elasticache-redis copied to clipboard

Terraform module to provision an ElastiCache Redis Cluster

Results 34 terraform-aws-elasticache-redis issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

bug

## 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 │...

bug

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....

bug

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/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](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...

bug