-
Notifications
You must be signed in to change notification settings - Fork 1.9k
compute: fix documentation naming conflict, added network_name
to data source google_compute_subnetworks
and deprecated network_self_link
#14583
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
base: main
Are you sure you want to change the base?
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. @shuyama1, 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. |
network_name
to data source google_compute_subnetworks
and deprecate network_self_link
network_name
to data source google_compute_subnetworks
and deprecated network_self_link
mmv1/third_party/terraform/services/compute/data_source_google_compute_subnetworks.go
Show resolved
Hide resolved
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.
|
Tests analyticsTotal tests: 1199 Click here to see the affected service packages
View the build log |
Tests analyticsTotal tests: 1258 Click here to see the affected service packages
View the build log |
Closes hashicorp/terraform-provider-google#23663
Fixing it this way seems most logical to me, just in-case
network_self_link
is used even though not documented, so that there will be no breaking change in a6.x.x
release.Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.