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
The engine version for the ElastiCache replication group.
Versions 7.x and below use the Redis engine.
Versions 8.0 and above use the Valkey engine.
EOF
}
variable "node_type" {
type = string
default = "cache.t3.small"
description = "The node size for each redis node. See https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html."
}
variable "enforce_ssl" {
type = bool
default = true
description = "By default, traffic to this instance will be sent using ssl via the rediss protocol. Toggle this option off in order to use an unencrypted transport."