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

Use random_password for secure auth token #53

Closed karlskewes closed 4 years ago

karlskewes commented 4 years ago

Whilst a little inconvenient compared to using random_string this method is more 'secure'.

If grep is not suitable instruction for the intended audience perhaps something like "pull state and search for auth_token" or similar might suit?

karlskewes commented 4 years ago

Running the make commands in same commit was perhaps not the way to go. :)