diff --git a/terraform/modules/elasticache_replication_group/elasticache.tf b/terraform/modules/elasticache_replication_group/elasticache.tf index ab2ece24..dd498a8f 100644 --- a/terraform/modules/elasticache_replication_group/elasticache.tf +++ b/terraform/modules/elasticache_replication_group/elasticache.tf @@ -1,5 +1,7 @@ resource "random_password" "password" { - length = 25 + length = 64 + # see https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html#auth-overview + override_special = "!&#$^<>-" } resource "aws_elasticache_replication_group" "replication_group" {