Enable write-only support for private_key from google_compute_(region_)ssl_certificate#16183
Enable write-only support for private_key from google_compute_(region_)ssl_certificate#16183trodge merged 9 commits intoGoogleCloudPlatform:mainfrom
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. @trodge, 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 test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_region_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
Resource: resource "google_compute_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
|
Tests analyticsTotal tests: 1330 Click here to see the affected service packages
🟢 All tests passed! View the build log |
|
@trodge This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
|
Hello @trodge could you take a look at this PR ? |
trodge
left a comment
There was a problem hiding this comment.
You can add the field to any of the tests in mmv1/templates/examples which are listed under examples in the resource yaml.
|
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 test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_region_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
Resource: resource "google_compute_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
|
Non-exercised tests🔴 Tests were added that are skipped in VCR:
Tests analyticsTotal tests: 1332 Click here to see the affected service packages
🟢 All tests passed! View the build log |
|
Added the resources in examples. Can I have some guidance on the terraform-google-conversion test failure? Thanks |
|
@trodge This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
|
/gcbrun |
|
@GoogleCloudPlatform/terraform-team @trodge This PR has been waiting for review for 1 week. Please take a look! Use the label |
|
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 test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_region_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
Resource: resource "google_compute_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
|
Non-exercised tests🔴 Tests were added that are skipped in VCR:
Tests analyticsTotal tests: 1336 Click here to see the affected service packages
🟢 All tests passed! View the build log |
…o(_version) parameters
…te_key_wo(_version) parameters
|
@GoogleCloudPlatform/terraform-team @trodge This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
|
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 test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_region_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
Resource: resource "google_compute_ssl_certificate" "primary" {
private_key_wo = # value needed
private_key_wo_version = # value needed
}
|
Non-exercised tests🔴 Tests were added that are skipped in VCR:
Tests analyticsTotal tests: 1338 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 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. |
2bd6f14
Fixes: hashicorp/terraform-provider-google#24626