Skip to content

Commit 9e26e9e

Browse files
TCP protocol health checks can't have matchers
custom matcher is not supported for target_groups with TCP protocol
1 parent d2f7824 commit 9e26e9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ resource "aws_lb_target_group" "network" {
309309
protocol = "${var.health_check_protocol}"
310310
timeout = "6" # "${var.health_check_timeout}"
311311
path = "${var.health_check_path}"
312-
matcher = "200-399"
313312
}
314313
tags = "${module.label.tags}"
315314
lifecycle {

0 commit comments

Comments
 (0)