You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
description = "The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcached, this value must be between 1 and 40. If this number is reduced on subsequent runs, the highest numbered nodes will be removed. (Non cluster mode only)"
type = number
default = null
}
variable "node_groups" {
description = "Number of node groups (shards) for this Redis replication group."
type = number
default = null
}
variable "replicas" {
description = "Number of replica nodes in each node group."