terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
feat: Add support for Valkey engine
trafficstars
what
This change allows setting the engine variable, to allow using Valkey as the cache engine.
No breaking changes are expected, as the default value for the engine variable is set to redis. Also, the minimum AWS provider version is not changed as using Redis does not require using a newer provider.