Skip to content

Commit 58a1efa

Browse files
Path doesn't make sense either for the TCP health check
1 parent 9e26e9e commit 58a1efa

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
@@ -308,7 +308,6 @@ resource "aws_lb_target_group" "network" {
308308
unhealthy_threshold = "${var.health_check_unhealthy_threshold}"
309309
protocol = "${var.health_check_protocol}"
310310
timeout = "6" # "${var.health_check_timeout}"
311-
path = "${var.health_check_path}"
312311
}
313312
tags = "${module.label.tags}"
314313
lifecycle {

0 commit comments

Comments
 (0)