terraform-google-modules/terraform-google-lb-internal

Missing parameters for HTTP health checks + new release?

norbjd opened this issue · 0 comments

Hello,

The module does not provide all parameters for health checking (https://www.terraform.io/docs/providers/google/r/compute_http_health_check.html), especially the following ones (available from GCP web UI) :

  • healthy_threshold
  • unhealthy_threshold
  • check_interval_sec
  • timeout_sec
  • request_path (PR #2 add support for this but is not merged yet)

Will those parameters be added in future releases? It will be really helpful, since the default parameters are not always appropriate (sometimes a more aggressive health checking is required).

Moreover, is there a release planned (1.0.5) with HTTP health check support (16f3c18)? Even without the parameters specified above, it would be great because HTTP health checking is most of time used instead of TCP.

Thank you very much.