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

Creates an internal load balancer for Compute Engine by using forwarding rules
https://registry.terraform.io/modules/terraform-google-modules/lb-internal/google
Apache License 2.0
81 stars 88 forks source link

Support the balancing_mode attribute for internal LB backends #95

Closed willroberts closed 2 years ago

willroberts commented 2 years ago

At present, the balancing_mode defaults to CONNECTION. Allowing this to be configured enables this module to target backends using the RATE or UTILIZATION balancing modes.

comment-bot-dev commented 2 years ago

Thanks for the PR! 🚀
✅ Lint checks have passed.

willroberts commented 2 years ago

Disregard:

Balancing mode must be CONNECTION for an INTERNAL backend service