Skip to content

Commit

Permalink
Merge pull request #5 from transcend-io/dmattia/fix_zone_id
Browse files Browse the repository at this point in the history
Fix health check port for external target group
  • Loading branch information
dmattia authored Feb 19, 2020
2 parents ee5b37b + bf8292d commit 13ea7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module load_balancer {
health_check = {
enabled = true
interval = 30
port = var.internal_port
port = var.external_port
path = "/health"
protocol = "HTTPS"
}
Expand Down

0 comments on commit 13ea7fb

Please sign in to comment.