Closed adamantike closed 1 month ago
/terratest
These changes were released in v1.7.0.
@nitrocode In the future, before approving a PR like this, please ensure that enumerators like these (engine
is either redis
or valkey
) have their legal values enumerated along with explanations of what they mean. Short explanation (e.g. "type of cache") in the variable description; long explanation with link to even more information in the README.
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 toredis
. Also, the minimum AWS provider version is not changed as using Redis does not require using a newer provider.references