cuddly-smartphone-15267
03/22/2023, 6:00 AM6.xconst redis = new Cluster(ResourceName("redis"), {        
        engine: "redis",
        engineVersion: "6.x",
        nodeType: "cache.t3.micro",
        numCacheNodes: 1,
        parameterGroupName: "default.redis6.x",
        port: 6379,
        subnetGroupName: redisSubnetGroup.name,
        securityGroupIds: [redisSecurityGroup.id]
......
        engineVersion: "7.x",
        parameterGroupName: "default.redis7",
...Error updating ElastiCache cluster (kp-au-test2-redis-9221ace), error: InvalidParameterCombination: Cannot find version 7.x for redisengineVersion: "7.0"engineVersion: "7"engineVersion: "7.0.7"engine_version: Redis versions must match <major>.x when using version 6 or higher, or <major>.<minor>.<bug-fix>No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by