Have a question? Please checkout our Slack Community or visit our Slack Archive.

Describe the Feature
The input is redis_clusters but since the engine_type can be either valkey or redis, then the input should simply be called clusters.
This can be done as a breaking change or a phased approach where var.redis_clusters is added to variables-deprecated.tf and var.clusters is added to variables.tf. Then the next major version can remove var.redis_clusters alongside any other deprecated vars.
Similar issue could plague the memcache sibling component.
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
The input is
redis_clustersbut since theengine_typecan be eithervalkeyorredis, then the input should simply be calledclusters.This can be done as a breaking change or a phased approach where
var.redis_clustersis added tovariables-deprecated.tfandvar.clustersis added tovariables.tf. Then the next major version can removevar.redis_clustersalongside any other deprecated vars.Similar issue could plague the memcache sibling component.