GoogleCloudPlatform / terraform-validator

Terraform Validator is not an officially supported Google product; it is a library for conversion of Terraform plan data to CAI Assets. If you have been using terraform-validator directly in the past, we recommend migrating to `gcloud beta terraform vet`.
https://cloud.google.com/docs/terraform/policy-validation
Apache License 2.0
437 stars 93 forks source link

Add WEIGHTED_MAGLEV to localityLbPolicy enum, and update associated docstrings. #1476

Closed modular-magician closed 1 year ago

modular-magician commented 1 year ago

This PR adds WEIGHTED_MAGLEV to the enum for localist_lb_policy, resolving b/272540261 and unblocking NetLB Weighted Load Balancing GA.

If this PR is for Terraform, I acknowledge that I have:

compute: added `WEIGHED_MAGLEV` to `locality_lb_policy` enum for backend service resources.

Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/7444