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 ccd140f commit b32c83cCopy full SHA for b32c83c
magenx.tf
@@ -553,6 +553,10 @@ resource "aws_elasticache_parameter_group" "this" {
553
name = "${var.app["brand"]}-${each.key}-parameter"
554
family = "redis6.x"
555
description = "Parameter group for ${var.app["domain"]} ${each.key} backend"
556
+ parameter {
557
+ name = "cluster-enabled"
558
+ value = "no"
559
+ }
560
tags = {
561
Name = "${var.app["brand"]}-${each.key}-parameter"
562
}
0 commit comments