Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changing default engine_version to 4.0.10
This is the newest available engine version available for Redis Elasticache.
  • Loading branch information
MoonMoon1919 committed Jun 30, 2018
commit 9209042a447263929e0631bd48743a44318cd317
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable "family" {
}

variable "engine_version" {
default = "3.2.4"
default = "4.0.10"
}

variable "notification_topic_arn" {
Expand Down