- Added
primary_hostandreader_hostoutputs.
- Fixed Valkey support by removing redundant
aws_elasticache_clusterresource for valkey. TheCreateCacheClusterAPI does not support Valkey; the replication group already manages its own cache nodes vianum_cache_clusters. - Note: Existing deployments will see a plan to destroy
aws_elasticache_cluster.this. Runterraform state rm aws_elasticache_cluster.thisbeforehand to avoid an unnecessary destroy/recreate cycle.
- Added support for Valkey. (set
redis_version >= 8.0)