We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e26e9e commit 58a1efaCopy full SHA for 58a1efa
main.tf
@@ -308,7 +308,6 @@ resource "aws_lb_target_group" "network" {
308
unhealthy_threshold = "${var.health_check_unhealthy_threshold}"
309
protocol = "${var.health_check_protocol}"
310
timeout = "6" # "${var.health_check_timeout}"
311
- path = "${var.health_check_path}"
312
}
313
tags = "${module.label.tags}"
314
lifecycle {
0 commit comments