-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Change the type of the endpoint #14241
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
Change the type of the endpoint #14241
Conversation
|
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.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_wire_group" "primary" {
endpoints {
endpoint = # value needed
interconnects {
interconnect = # value needed
interconnect_name = # value needed
vlan_tags = # value needed
}
}
}
|
Tests analyticsTotal tests: 1225 Click here to see the affected service packages
Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
The previous change is yet to be released [https://github.com//pull/13944]. Is there some way we can exempt this from being labelled as breaking change ? If so, any directions would be helpful. Thanks ! |
|
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. @hao-nan-li, 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. |
hao-nan-li
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change trying to fix a problem that has not been released yet? In that case I don't think this is a breaking-change.
Could you also tag this PR to the previously merged one? I just need to verify a bit and see if it's safe to merge this in.
|
@NickElliot FYI since you had context with #13944 |
|
The Resource |
Decided to rollback the previous commit, so this PR is no longer necessary
|
@hao-nan-li This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
|
@GoogleCloudPlatform/terraform-team @hao-nan-li This PR has been waiting for review for 1 week. Please take a look! Use the label |
This doesn't constitute a breaking change, since without this, users were unable to add an acceptable endpoint value themselves.