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 eeb6304 commit 3de14d0Copy full SHA for 3de14d0
variables.tf
@@ -55,7 +55,7 @@ variable "instance_type" {
55
variable "engine_version" {
56
description = "Redis engine version. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html"
57
type = string
58
- default = "redis7.0"
+ default = "7.0"
59
}
60
61
variable "alarm_cpu_threshold_percent" {
0 commit comments