Skip to content

Releases: yaradigitallabs/tf_aws_elasticache_redis

Adding flexible length formatting for redis instance name

16 Aug 06:07
2937952
Compare
Choose a tag to compare

Overtime the redis instance name formatting length was updated from 20s -> 30s -> 40s. But there were resources that were already provisioned with the respective formatting. Which meant that while updating those resources with latest module change added more characters to the redis instance name, which results in recreation of cluster.

This change brings in update to add flexible length formatting

Enable adding VPN SG explicitly

07 Aug 12:17
288449a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.4...v2.1.5

updating code to support latest terraform version

11 May 07:12
dd29238
Compare
Choose a tag to compare

updating code to support latest terraform version

Increasing replication Id format to 40 to fix yc message service naming convention redis issue

16 Sep 09:45
a451c71
Compare
Choose a tag to compare

Increasing replication Id format to 40 to fix yc message service naming convention redis issue

Increasing redis parameter group length

08 Mar 09:18
46b4698
Compare
Choose a tag to compare
Merge pull request #2 from yaradigitallabs/Fix/redis-id

Increasing replication Id format to 30 to fix yaraconnect naming convention redis issue