From 0325eb4fb6391fcc8ef24778c3ce97e3a13922c5 Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Thu, 16 May 2024 22:15:11 -0700 Subject: [PATCH] Upgrade redis version --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index c252ef4..27e2b44 100644 --- a/variables.tf +++ b/variables.tf @@ -130,7 +130,7 @@ variable "redis_node_type" { } variable "redis_engine_version" { - default = "7.0" + default = "7.1" description = "Version number of the cache engine to be used for the cache clusters in this replication group" }