Skip to content

Commit 2f1a54c

Browse files
committed
Fix typo
1 parent daf7b5d commit 2f1a54c

File tree

1 file changed

+1
-1
lines changed
  • operations/deployment/terraform/modules/aws/lb

1 file changed

+1
-1
lines changed

operations/deployment/terraform/modules/aws/lb/aws_lb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ resource "aws_lb_listener_rule" "http_forward_apex" {
199199

200200
action {
201201
type = "forward"
202-
target_group_arn = aws_alb_target_group.lb_targets[0].id
202+
target_group_arn = aws_alb_target_group.vm_alb_tg[0].id
203203
}
204204
}
205205

0 commit comments

Comments
 (0)