Tags: digitalhouse-tech/terraform-aws-elasticache-redis
Tags
feat: Allow configuring transit_encryption_mode (cloudposse#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 <[email protected]> Co-authored-by: nitrocode <[email protected]>
feat: add support for redis serverless (cloudposse#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 <[email protected]> * Update main.tf Co-authored-by: Benjamin Smith <[email protected]> --------- Co-authored-by: Benjamin Smith <[email protected]>
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws… … to v0.13.0 (cloudposse#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>
chore: bump security group module version (cloudposse#210) * chore: bump security group module version Signed-off-by: Andrew den Hertog <[email protected]> * chore: gen docs Signed-off-by: Andrew den Hertog <[email protected]> * task: make new vars avaialbe Signed-off-by: Andrew den Hertog <[email protected]> * chore: run format: Signed-off-by: Andrew den Hertog <[email protected]> --------- Signed-off-by: Andrew den Hertog <[email protected]>
New variables: create_parameter_group and parameter_group_name (cloud… …posse#208) * new variable: parameter_group_name * new variable: create_parameter_group * update README * remove comment * Update parameter group description Co-authored-by: Andriy Knysh <[email protected]> * change module.this.enabled to local.enabled * replace . with - --------- Co-authored-by: Andriy Knysh <[email protected]>
Allow Module to Disable or Enable Cluster Mode for Existing Deployment ( cloudposse#181) * added compact for when resource dne * make readme
Allow Module to Disable or Enable Cluster Mode for Existing Deployment ( cloudposse#181) * added compact for when resource dne * make readme