Tags: cloudposse/terraform-aws-elasticache-redis
Tags
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.
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.
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
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>
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>
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>
PreviousNext