Skip to content

Commit

Permalink
Merge pull request #25 from comet-ml/redis-7
Browse files Browse the repository at this point in the history
Upgrade Redis to 7
  • Loading branch information
burmek authored Aug 13, 2024
2 parents 1fe6a69 + 3057dc2 commit f9c5d04
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 @@ -401,7 +401,7 @@ variable "lb_enable_iap_config" {
variable "memorystore_redis_version" {
description = "Redis version for the Memorystore instance"
type = string
default = "REDIS_6_X"
default = "REDIS_7_X"
}

variable "memorystore_instance_tier" {
Expand Down

0 comments on commit f9c5d04

Please sign in to comment.