Skip to content

Commit 3de14d0

Browse files
committed
Fix redis engine_version default value
1 parent eeb6304 commit 3de14d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "instance_type" {
5555
variable "engine_version" {
5656
description = "Redis engine version. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html"
5757
type = string
58-
default = "redis7.0"
58+
default = "7.0"
5959
}
6060

6161
variable "alarm_cpu_threshold_percent" {

0 commit comments

Comments
 (0)