-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 update method for boot_disk.auto_delete
on google_compute_instance
#11742
Change update method for boot_disk.auto_delete
on google_compute_instance
#11742
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @rileykarson, 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. |
@rileykarson This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
Hi @karolgorc, You can view the details of the language migration here: hashicorp/terraform-provider-google#19583 Later this week many of your pull requests may become incompatible due to the template files changing from Ruby (.erb) to Go (.tmpl) templates. Our team (Magic Modules repository maintainers) has some tooling to automatically convert changes to the new language, and we can prepare a converted commit for all of your open pull requests. However, this converted commit will be rebased to a commit after the migration. This means in order to push the new changes to your pull request, we would need to force push the commit to your fork's branch. Our tooling saves a backup branch before converting, so we could rollback or open a new pull request if needed. We would also work with you and the PR reviewer in the event anything went wrong or needs additional changes. Of course, you also have the option to convert your pull requests yourself after the migration tomorrow. We have links to a preview branch and updated documentation in the link above. As an owner of many open pull requests, what would you like to do? Do we have your permission to push commits to your fork's branches, or would you like to convert them yourself? Let me know if you have any questions or if there is a better method to converse. |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 1 week. Please take a look! Use the label |
@karolgorc please see this comment: #11742 (comment) If you would like assistance converting files, we need your permission to push changes to this branch. |
Hi @c2thorn. Thanks for the info. I see that the changes are already live. The branches affected are
You can force-push to the fork. Do you need me to do something in order for this to work? |
Thanks @karolgorc! |
done |
change update method of auto_delete field
144cf03
to
0ab6935
Compare
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 3 weeks. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 4 weeks. Please take a look! Use the label |
is this still in review or was it solved in some version ? |
mmv1/third_party/terraform/services/compute/resource_compute_instance.go.tmpl
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/compute/resource_compute_instance.go.tmpl
Outdated
Show resolved
Hide resolved
…nstance.go.tmpl Co-authored-by: Riley Karson <[email protected]>
@rileykarson This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 1 week. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
Would love to see this get merged! |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 3 weeks. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 4 weeks. Please take a look! Use the label |
Hi can this get reviewed or reassigned? |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 5 weeks. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 6 weeks. Please take a look! Use the label |
Reassigning to @slevenick Also /gcbrun |
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" {
boot_disk {
auto_delete = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
boot_disk {
auto_delete = # value needed
}
}
|
Tests analyticsTotal tests: 1070 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
…nstance` (GoogleCloudPlatform#11742) Co-authored-by: Cameron Thornton <[email protected]> Co-authored-by: Riley Karson <[email protected]>
closes hashicorp/terraform-provider-google#14707
closes hashicorp/terraform-provider-google#6892
This will prevent recreating the VM when changing
auto_delete
parameterRelease Note Template for Downstream PRs (will be copied)