Skip to content

Tags: cloudposse/terraform-aws-elasticache-redis

Tags

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 (#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 (#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 (#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 (#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 (#245)

Required when running in cluster mode as there is no reader endpoint

Co-authored-by: Kevin <belay.00.theorem@icloud.com>

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 (#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

1.4.0

Toggle 1.4.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: Allow configuring transit_encryption_mode (#231)

* feat: Allow configuring transit_encryption_mode

* fix(tests): bump redis to 7.x

* fix(tests): set redis to 7.2

* fix(tests): set family to redis7

* fix(tests): set engine version to 7

* Update examples/complete/fixtures.us-east-2.tfvars

* chore: Update README.md

---------

Co-authored-by: Veronika Gnilitska <30597968+gberenice@users.noreply.github.com>
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for redis serverless (#235)

* feat: add support for redis serverless

* update docs

* fix outputs

* update docs

* improve checks

* update docs

* make dns and outputs work with serverless

* make address work

* fix description and empty cache_usage_limits entries

* prevent empty cache_usage_limits block

* rework serverless_cache_usage_limits

* update docs

* Update main.tf

Co-authored-by: Benjamin Smith <ben.smith.developer@gmail.com>

* Update main.tf

Co-authored-by: Benjamin Smith <ben.smith.developer@gmail.com>

---------

Co-authored-by: Benjamin Smith <ben.smith.developer@gmail.com>