Releases: yaradigitallabs/tf_aws_elasticache_redis
Releases · yaradigitallabs/tf_aws_elasticache_redis
Adding flexible length formatting for redis instance name
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
What's Changed
- Enable adding VPN SG explicitly by @ramesh-KSubramanian in #4
New Contributors
- @ramesh-KSubramanian made their first contribution in #4
Full Changelog: v2.1.4...v2.1.5
updating code to support latest terraform version
updating code to support latest terraform version
Increasing replication Id format to 40 to fix yc message service naming convention redis issue
Increasing replication Id format to 40 to fix yc message service naming convention redis issue
Increasing redis parameter group length
Merge pull request #2 from yaradigitallabs/Fix/redis-id Increasing replication Id format to 30 to fix yaraconnect naming convention redis issue