Hi, I'm trying to upgrade the Redis engine on my AWS Elasticache cluster from 5.0.5 to 6.2
I'm using this module:
https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/tag/0.41.2And seeing this error
Error: error updating ElastiCache Replication Group (elasticache-env5-redis): InvalidParameterCombination: Must specify a parameter group for the engine major version upgrade from redis 5.0 to 6.2 status code: 400, request id: 6811f0fc-9f44-4e3b-beff-a973135174ac
with module.redis.aws_elasticache_replication_group.default[0]
on .terraform/modules/redis/main.tf line 104, in resource "aws_elasticache_replication_group" "default":
resource "aws_elasticache_replication_group" "default" {
Completely stumped. Where can I find help ?