cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
141 stars 244 forks source link

do not specify token when transit_encryption_enabled is set to false #47

Closed vranystepan closed 4 years ago

vranystepan commented 5 years ago

Empty auth token is causing issues with redis 3.2.10 as this particular Redis version does not support transit ecryption:

Error: "auth_token" must contain from 16 to 128 alphanumeric characters or symbols (excluding @, ", and /)

  on .terraform/modules/redis-<redacted>/main.tf line 61, in resource "aws_elasticache_replication_group" "default":
  61: resource "aws_elasticache_replication_group" "default" {