Skip to content

Commit

Permalink
Update magenx.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
magenx authored Sep 18, 2021
1 parent ccd140f commit b32c83c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magenx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@ resource "aws_elasticache_parameter_group" "this" {
name = "${var.app["brand"]}-${each.key}-parameter"
family = "redis6.x"
description = "Parameter group for ${var.app["domain"]} ${each.key} backend"
parameter {
name = "cluster-enabled"
value = "no"
}
tags = {
Name = "${var.app["brand"]}-${each.key}-parameter"
}
Expand Down

0 comments on commit b32c83c

Please sign in to comment.