Restrict forwarding rule IP Address to prevent permadiff #4461
Labels
breaking-change
bug
forward/review
In review; remove label to forward
service/compute-l7-load-balancer
Milestone
Community Note
Filing issue for tracking
IP Address traditionally supports literal IP address (127.0.0.1), self-link, or various other ways but returns from API as the literal. We can't diff suppress since we don't actually know what self-link corresponds to what address without doing a request, so we should make it so this field only allows the standard IP address. Alternatively, we could do a GET to get the address, but I'd rather not add additional unexpected API calls like that if we don't have to.
Affected Resource(s)
References:
Previous PR that was marked for 3.0.0: GoogleCloudPlatform/magic-modules#2080
The text was updated successfully, but these errors were encountered: