We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0e540 commit 92142ceCopy full SHA for 92142ce
variables.tf
@@ -258,7 +258,7 @@ variable "elasticache_engine" {
258
variable "elasticache_engine_version" {
259
description = "Version number for ElastiCache engine"
260
type = string
261
- default = "7.1.0"
+ default = "7.1"
262
}
263
264
variable "elasticache_instance_type" {
@@ -270,7 +270,7 @@ variable "elasticache_instance_type" {
270
variable "elasticache_param_group_name" {
271
description = "Name for the ElastiCache cluster parameter group"
272
273
- default = "default.redis5.0"
+ default = "default.redis7"
274
275
276
variable "elasticache_num_cache_nodes" {
0 commit comments