Skip to content

Commit 92142ce

Browse files
update redis
1 parent 0d0e540 commit 92142ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
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 = "7.1.0"
261+
default = "7.1"
262262
}
263263

264264
variable "elasticache_instance_type" {
@@ -270,7 +270,7 @@ variable "elasticache_instance_type" {
270270
variable "elasticache_param_group_name" {
271271
description = "Name for the ElastiCache cluster parameter group"
272272
type = string
273-
default = "default.redis5.0"
273+
default = "default.redis7"
274274
}
275275

276276
variable "elasticache_num_cache_nodes" {

0 commit comments

Comments
 (0)