Skip to content

Commit 98f0851

Browse files
committed
Make redis7.0 default engine version
1 parent fe36fc4 commit 98f0851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ variable "instance_type" {
5353
}
5454

5555
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"
56+
description = "Redis engine version. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html"
5757
type = string
58-
default = "1.6.6"
58+
default = "redis7.0"
5959
}
6060

6161
variable "alarm_cpu_threshold_percent" {

0 commit comments

Comments
 (0)