terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
A Terraform module to create an AWS Redis ElastiCache cluster.
**What is the current behavior?** Currently the module tries to create the replication group before destroying any previous existing one. **If the current behavior is a bug, please provide the...
# Description Close #34
**What is the current behavior?** Just checked the variables.tf, ``` variable "multi_az_enabled" { type = string description = "Specifies whether to enable Multi-AZ Support for the replication group. If true,...
# Description Add support for a new parameter `auth_token_update_strategy` released in AWS Provider [v5.27.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.27.0).
Our security team mandates to have short descriptions for all security group rules, Believe this simple requirement is required by many Org. Hope this helps as a quick fix for...
**What is the current behavior?** Changing the Redis `engine_version`/`family` of an existing cluster fails, as it tries to delete the Parameter Group while it is still used by the existing...
# Description Fix count for redis_egress sg rule I'm not sure why, but pre-commit hook for docs didn't work for me, so I commented it out. Terraform docs...........................................................Failed - hook...
# Description Re-introduces the lifecycle rule `create_before_destroy` on the `aws_elasticache_parameter_group`. This should allow for the in place upgrade of elasticache when updating the `family` and `engine_version` https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/49