-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add google_compute_region_backend_service Datasource #13305
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
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic 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. |
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.
I triggered the tests and I'm working on the review now. Could you add a documentation for this datasource following https://googlecloudplatform.github.io/magic-modules/develop/add-handwritten-datasource/#add-documentation? Thanks
Tests analyticsTotal tests: 1137 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
Tests analyticsTotal tests: 1137 Click here to see the affected service packages
Action takenFound 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
Tests analyticsTotal tests: 1139 Click here to see the affected service packages
Action takenFound 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
@shuyama1 This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
The error appears to be unrelated to the changes I made. |
mmv1/third_party/terraform/website/docs/d/compute_region_backend_service.html.markdown
Outdated
Show resolved
Hide resolved
.../third_party/terraform/services/compute/data_source_google_compute_region_backend_service.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/website/docs/d/compute_region_backend_service.html.markdown
Outdated
Show resolved
Hide resolved
…nd_service.html.markdown Co-authored-by: Shuya Ma <[email protected]>
…nd_service.html.markdown Co-authored-by: Shuya Ma <[email protected]>
Tests analyticsTotal tests: 1142 Click here to see the affected service packages
Action takenFound 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
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.
Mostly LGTM, only a small comment. Thanks!
...d_party/terraform/services/compute/data_source_google_compute_region_backend_service_test.go
Outdated
Show resolved
Hide resolved
Tests analyticsTotal tests: 1147 Click here to see the affected service packages
Action takenFound 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
4aa51db
…form#13305) Co-authored-by: Shuya Ma <[email protected]>
…form#13305) Co-authored-by: Shuya Ma <[email protected]>
This PR adds a data_source_google_compute_region_backend_service
Related Issues
google_compute_region_backend_service
data source. hashicorp/terraform-provider-google#17102Release Note
See Write release notes for guidance.