Tags: RiveryIO/forkof-terraform-aws-elasticache-redis
Tags
bump aws provider version to support valkey engine on other resource … …types (cloudposse#257) * bump aws provider version to support valkey engine on other resource types
When disabled, skip coalese and just return null (cloudposse#254)
feat: Add support for Valkey engine (cloudposse#249) 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.
Allow config endpoint as reader endpoint output (cloudposse#245) Required when running in cluster mode as there is no reader endpoint Co-authored-by: Kevin <[email protected]>
fix: Default transit_encryption_mode to null if var.transit_encryptio… …n_enabled is false (cloudposse#238) * fix: Default transit_encryption_mode to null if var.transit_encryption_enabled is false * refactor: Change transit_encryption_mode default to null * chore: Remove not needed conditional
PreviousNext