Backend service support for internet NEG backend #482
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: hashicorp/terraform-provider-google#6155
Similar to GoogleCloudPlatform/magic-modules#3764 but with virtual field to strip
max_utilization
from request body. This allows users of the regular backend service to sendmax_utilization = 0.0
, but will showmax_utilization
in initial create diff of a backend with a network endpointAdd ability to set global network endpoint group as backend for backend service. Make health_checks optional if NEG is used. Virtual field added to enable this
Release Note Template for Downstream PRs (will be copied)
Derived from GoogleCloudPlatform/magic-modules#3782