Promote network_pass_through_lb_traffic_policy field in google_compute_region_backend_service from beta to v1 to support zonal affinity for internal passthrough network load balancer.#16282
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Non-exercised tests🔴 Tests were added that are GA-only additions and require manual runs:
Tests analyticsTotal tests: 1330 Click here to see the affected service packages
🟢 All tests passed! View the build log |
|
TestAccComputeRegionBackendService_withNetworkPassThroughLbTrafficPolicy passed in GA CI |
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
…pute_region_backend_service` from beta to v1 to support zonal affinity for internal passthrough network load balancer. (GoogleCloudPlatform#16282)
This change promotes the
network_pass_through_lb_traffic_policyfield ingoogle_compute_region_backend_serviceresource from beta to GA. This allows users to configure Zonal Affinity for Internal Passthrough Network Load Balancers in thegoogleprovider.The acceptance test of this field,
TestAccComputeRegionBackendService_withNetworkPassThroughLbTrafficPolicyis also updated to test it in thegoogleprovider.