Skip to content

Commit

Permalink
Upgrade redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed May 17, 2024
1 parent 752a79f commit 0325eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 0325eb4

Please sign in to comment.