-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add key_revocation_action_field
to google_compute_instance
and related resources
#11920
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
Add key_revocation_action_field
to google_compute_instance
and related resources
#11920
Conversation
add region_instance_template Add key_revocation_action_type field
…plate.html.markdown Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
…nce_template.html.markdown Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @NickElliot, 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. |
@NickElliot This PR has been waiting for review for 3 weekdays. 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_instance_from_machine_image" "primary" {
key_revocation_action_type = # value needed
}
Resource: resource "google_compute_instance_from_template" "primary" {
key_revocation_action_type = # value needed
}
|
Tests analyticsTotal tests: 1031 Click here to see the affected service packages
Action takenFound 3 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! |
@GoogleCloudPlatform/terraform-team @NickElliot This PR has been waiting for review for 1 week. Please take a look! Use the label |
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 seeing minor formatting updates needed!
mmv1/third_party/terraform/services/compute/resource_compute_instance_template_test.go.tmpl
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/compute/resource_compute_instance_test.go.tmpl
Outdated
Show resolved
Hide resolved
…nstance_template_test.go.tmpl Co-authored-by: Nick Elliot <[email protected]>
…nstance_test.go.tmpl Co-authored-by: Nick Elliot <[email protected]>
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_instance_from_machine_image" "primary" {
key_revocation_action_type = # value needed
}
Resource: resource "google_compute_instance_from_template" "primary" {
key_revocation_action_type = # value needed
}
|
Tests analyticsTotal tests: 1039 Click here to see the affected service packages
🟢 All tests passed! View the build log |
@NickElliot This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
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.
LGTM!
…lated resources (#11920) Co-authored-by: Cameron Thornton <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Nick Elliot <[email protected]>
…lated resources (GoogleCloudPlatform#11920) Co-authored-by: Cameron Thornton <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Nick Elliot <[email protected]>
…lated resources (GoogleCloudPlatform#11920) Co-authored-by: Cameron Thornton <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Nick Elliot <[email protected]>
…lated resources (GoogleCloudPlatform#11920) Co-authored-by: Cameron Thornton <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Nick Elliot <[email protected]>
reopen of #11741
Included all the change requests from the previous PR
Release Note Template for Downstream PRs (will be copied)