tf_aws_elasticache_redis icon indicating copy to clipboard operation
tf_aws_elasticache_redis copied to clipboard

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-elasticache

Results 5 tf_aws_elasticache_redis issues
Sort by recently updated
recently updated
newest added

replication_group_description is changed to description in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group

Right now support for `6.x` and `7.0` versions is broken in this module, as it's referencing an non-existing parameter group. I went to the current AWS versions and I did...

Since the current replication group, subnet group, security group and parameter group names are not configurable via variable, there's no way to apply any other naming convention than what the...

Hi all, Currently when a VPC name contains a point, `aws_elasticache_parameter_group"."redis_parameter_group"` and `aws_elasticache_subnet_group.redis_subnet_group` cannot be created. Their names are composed from VPC name. ``` Error: Error creating Cache Parameter Group:...