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 2cc8387 commit a026f6dCopy full SHA for a026f6d
main.tf
@@ -241,7 +241,7 @@ resource "aws_lb_target_group" "network" {
241
health_check {
242
interval = "${var.health_check_interval}"
243
port = "${var.health_check_port}"
244
- path = "/"
+ #path = "/"
245
healthy_threshold = "${var.health_check_healthy_threshold}"
246
unhealthy_threshold = "${var.health_check_unhealthy_threshold}"
247
protocol = "${var.health_check_protocol}"
0 commit comments