Skip to content

Commit a026f6d

Browse files
author
Steven Nemetz
committed
Remove path. aws 1.6 no longer allows it
1 parent 2cc8387 commit a026f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ resource "aws_lb_target_group" "network" {
241241
health_check {
242242
interval = "${var.health_check_interval}"
243243
port = "${var.health_check_port}"
244-
path = "/"
244+
#path = "/"
245245
healthy_threshold = "${var.health_check_healthy_threshold}"
246246
unhealthy_threshold = "${var.health_check_unhealthy_threshold}"
247247
protocol = "${var.health_check_protocol}"

0 commit comments

Comments
 (0)