cloudposse / terraform-aws-elasticache-redis

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

Allow config endpoint as reader endpoint output #245

Closed justinfranco closed 2 months ago

justinfranco commented 2 months ago

what

This avoids a situation where the reader endpoint tries to use coalesce(null, null, null) when in cluster mode and instead uses the configuration endpoint.

why

When using cluster mode there is no reader endpoint so the output tries to use coalesce(null, null, null) which results in a plan error. As outlined in the AWS docs the config endpoint should be used instead when in cluster mode.

references

Closes #236

kevcube commented 2 months ago

/terratest

ngoyal16 commented 2 months ago

/terratest

goruha commented 2 months ago

/terratest

github-actions[bot] commented 2 months ago

These changes were released in v1.5.0.