We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36fc4 commit 98f0851Copy full SHA for 98f0851
variables.tf
@@ -53,9 +53,9 @@ variable "instance_type" {
53
}
54
55
variable "engine_version" {
56
- description = "Memcached engine version. For more info, see https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/supported-engine-versions.html"
+ description = "Redis engine version. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html"
57
type = string
58
- default = "1.6.6"
+ default = "redis7.0"
59
60
61
variable "alarm_cpu_threshold_percent" {
0 commit comments