Skip to content

Commit 023671f

Browse files
authored
Merge pull request #23 from comet-ml/Upgrade-default-redis-engine-version
Update Default Elasticache Redis Engine Version
2 parents 3c6b9be + d2e0871 commit 023671f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ variable "elasticache_engine" {
258258
variable "elasticache_engine_version" {
259259
description = "Version number for ElastiCache engine"
260260
type = string
261-
default = "5.0.6"
261+
default = "7.1.0"
262262
}
263263

264264
variable "elasticache_instance_type" {
@@ -374,4 +374,4 @@ variable "single_nat_gateway" {
374374
description = "Controls whether single NAT gateway used for all public subnets"
375375
type = bool
376376
default = true
377-
}
377+
}

0 commit comments

Comments
 (0)