Skip to content

Commit 0f954a5

Browse files
committed
Update default redis version
7.x is not supported.
1 parent 2d362bd commit 0f954a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "redis_enabled" {
1313
variable "redis_engine_version" {
1414
description = "The version of redis to run"
1515
type = string
16-
default = "7.x"
16+
default = "7.1"
1717
}
1818

1919
variable "redis_enable_kms" {

0 commit comments

Comments
 (0)