terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
Terraform module to provision an ElastiCache Redis Cluster
## what - Update terratest `>= 0.46.0` ## why - Support OpenTofu for testing ## References * https://github.com/gruntwork-io/terratest/releases/tag/v0.46.0 * DEV-374 Add opentofu to all our Terragrunt Testing GHA matrix
## what 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...
### Describe the Bug When the input variable `enabled` is set to `false`, terraform fails to plan. The issue exists since https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/tag/1.3.0 up until the current 1.6.0 The same issue...
### Describe the Bug I'm passing the create_security_group = false and I get a change in the SG everytime I run an apply module.elasticache-redis.aws_elasticache_replication_group.default[0] will be updated in-place ~ resource...