Skip to content

Tags: cloudposse/terraform-aws-elasticache-redis

Tags

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

Toggle v1'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>

1.2.3

Toggle 1.2.3's commit message
chore: update README.md

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws…

… to v0.13.0 (#219)

* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0

* Auto-update README.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove transit_encryption != null, auth_token rotation support (#…

…195)

* fix: remove transit_encryption != null, auth_token rotation support

* docs: readme updated via makefile