-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add field reserved_internal_range and range to allow integration with the Internal Ranges API #17881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add field reserved_internal_range and range to allow integration with the Internal Ranges API #17881
Comments
Since this PR: GoogleCloudPlatform/magic-modules#10465 is now merged, this one can be picked up. Will do that asap to integrate the subnetworks with the Internal Ranges API. |
@daanheikens can you resend the pull request and ping @trodge on it? It will sit until the 6.0.0 feature branches are ready @trodge you should apply the "stop review reminders" label to it |
Sure! Will do that. I believe it does require some extra effort to fix the issue in which i do need some support with. I will make sure to raise my questions on the PR. Thanks @c2thorn |
This has been added to the 6.0 branch. The breaking change part of it has moved to a part of #12824 The new field will no longer be a breaking change, but the removal of |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Recently the Internal Ranges API became Generally Available to be used. Integration with the subnetwork resource was not yet present aswell as the Internal Ranges API resource. (PR here: GoogleCloudPlatform/magic-modules#10465)
To integrate the Internal Ranges API with the Subnetwork resource, the field
reserved_internal_range
needs to be added. The gcloud sdk also provides therange
argument but this seems to be a gcloud specific argument.New or Affected Resource(s)
Potential Terraform Configuration
References
https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest/v1/projects.locations.internalRanges
https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks
b/336319050
The text was updated successfully, but these errors were encountered: