terraform-google-modules / terraform-google-lb-http

Creates a global HTTP load balancer for Compute Engine by using forwarding rules
https://registry.terraform.io/modules/terraform-google-modules/lb-http/google
Apache License 2.0
319 stars 365 forks source link

feat: support optional health_checks #472

Open muskoxleader opened 1 day ago

muskoxleader commented 1 day ago

Currently, the serverless_negs module creates the google_compute_backend_service resource. This is where google_compute_health_check resources should be attached, however, this interface isn't exposed via var.backends.

This PR allows invokers of the serverless_negs module to use health checks.

google-cla[bot] commented 1 day ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.