Skip to content

Tags: digitalhouse-tech/terraform-aws-elasticache-redis

Tags

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update main.tf (cloudposse#261)

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
When disabled, skip coalese and just return null (cloudposse#254)

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
When disabled, skip coalese and just return null (cloudposse#254)

v1.8.0

Toggle v1.8.0's commit message
chore: update README.md

v1.7.1

Toggle v1.7.1's commit message
chore: update README.md

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dualstack support (cloudposse#247)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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