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

## what - Add a two variables `create_random_auth_token` and `random_auth_token_length` that would be used to generate a random auth token that is stored in terraform state and used as the...

triage
needs-test

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Elasticache clusters have transit encryption modes of preferred and required when encryption is enabled. Support for this toggle is not currently available in the module. ![Screenshot 2023-01-20 at 1 54...

### Describe the Bug I am trying to switch an existing cluster with `cluster_mode_enabled = false` (default) to `cluster_mode_enabled = true`. As part of this change, I have also made...

bug

## Describe the Bug The `endpoint` parameter in Elasticache has the form `host:port`, but the `endpoint` output of this module has only a host ## Expected Behavior The `endpoint` output...

bug

## Describe the Bug When reading the `module.redis.host` output it's empty, even though the resource was deployed successfully. ## Expected Behavior The value should have contained the cluster's endpoint host...

bug

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 Dualstack redis cluster so that ipv6 only client can also connect...

## what - Add support for Serverless Redis instances ## why - Supporting Redis Serverless for demanding applications ## notes - This upgrades the required version of the AWS provider...

triage
needs-cloudposse

### Describe the Bug Since version 1.3.0, terraform plan fails with an existing cluster (_running in cluster mode_) as all the reader endpoint options are null. ### Expected Behavior Terraform...

bug

### Describe the Bug [terragrunt] 2024/06/13 08:53:58 Running command: terraform plan Releasing state lock. This may take a few moments... Error: Unsupported argument on main.tf line 55, in resource "aws_elasticache_replication_group"...

bug