Skip to content

Commit

Permalink
correct lb target group
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Dec 4, 2023
1 parent d3bbf28 commit 8de5f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec-node/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ resource "aws_lb_listener" "aztec-node-tcp-listener" {

default_action {
type = "forward"
target_group_arn = aws_lb_target_group.aztec-bootstrap-target-group[count.index].arn
target_group_arn = aws_lb_target_group.aztec-node-target-group[count.index].arn
}
}

0 comments on commit 8de5f50

Please sign in to comment.