Skip to content

Commit 9d2f872

Browse files
committed
Make redis7 the default elasticache param group family
1 parent 98f0851 commit 9d2f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ variable "subnet_group_name" {
115115
variable "elasticache_parameter_group_family" {
116116
description = "ElastiCache parameter group family"
117117
type = string
118-
default = "memcached1.6"
118+
default = "redis7"
119119
}
120120

121121
variable "replication_group_id" {

0 commit comments

Comments
 (0)