feat: enable data sources for HTTP(S) Target Proxies#17265
feat: enable data sources for HTTP(S) Target Proxies#17265muxanasov wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
Enables data sources for: - google_compute_target_http_proxy - google_compute_target_https_proxy - google_compute_region_target_http_proxy - google_compute_region_target_https_proxy Fixes b/302797446 Fixes hashicorp/terraform-provider-google#11437
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @roaks3, 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. |
|
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.
Missing doc report (experimental)The following data sources are missing documents:
|
Tests analyticsTotal tests: 1425 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: 🔴 Tests failed when rerunning REPLAYING mode: Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made. Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer. 🟢 All tests passed! |
roaks3
left a comment
There was a problem hiding this comment.
Ah yea, I forgot that we haven't gotten around to generating the documentation quite yet. You could possibly try to wait, but I'm not sure when that will get implemented. The better option is probably to just add the docs manually (for example: https://github.com/GoogleCloudPlatform/magic-modules/pull/16088/changes#diff-bf9554e7a69efaceb17c6dd9e5076d5add7fb847dfd867cab4de8f2be2292012)
Apologies for this feature being a bit incomplete for the moment.
Enables data sources for:
google_compute_target_http_proxygoogle_compute_target_https_proxygoogle_compute_region_target_http_proxygoogle_compute_region_target_https_proxyFixes b/302797446
Fixes hashicorp/terraform-provider-google#11437