You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group. Must be enabled for Redis (cluster mode enabled) replication groups. Defaults to false."
8
8
}
9
9
10
+
variable"create_parameter_group" {
11
+
default=true
12
+
description="Create a parameter group in this module"
13
+
}
14
+
10
15
variable"engine" {
11
16
description="redis, memcache, etc."
12
17
}
@@ -38,6 +43,11 @@ variable "num_nodes" {
38
43
default=1
39
44
}
40
45
46
+
variable"parameter_group_name" {
47
+
description="Name of a parameter group to use with the Elasticache instance."
0 commit comments