-
Notifications
You must be signed in to change notification settings - Fork 9.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
vSphere: Adding 'detach_unknown_disks_on_delete' flag for VM resource #8947
Conversation
LGTM |
File resource tests verified in vSphere 5.5 (vCenter 6.0), snippet:
|
Hi @dagnello! This looks good to me at first blush, however it would be nice to se an acceptance test verifying that this behaves correctly, since it is potentially destructive if incorrect. |
hello @jen20! great, will add an acceptance test for this. |
d633ae0
to
0cc6fa2
Compare
Optional, defaults to false. If true, will detach disks not managed by Terraform VM resource prior to VM deletion. Issue: hashicorp#8945
0cc6fa2
to
dfe1cac
Compare
@jen20 new Acceptance test added: TestAccVSphereVirtualMachine_DetachUnknownDisks The following is output from
|
Thanks for adding the test @dagnello :) This LGTM! |
@stack72 thank you! do you know when the next release is scheduled for? |
Hi @dagnello No official date yet - i'd say a week or so depending on what we have to get merged P. |
Hello @stack72, sounds good. Thanks Davide |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Optional, defaults to false. If true, will detach disks not managed by
Terraform VM resource prior to VM deletion.
Issue: #8945