-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: import of r/vsphere_virtual_disk
imports the wrong vmdk_path
#1762
Conversation
r/vsphere_virtual_disk' imports the wrong
vmdk_path`
r/vsphere_virtual_disk' imports the wrong
vmdk_path`r/vsphere_virtual_disk' imports the wrong
vmdk_path`
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! 🚀 - awaiting review from @appilon
Sure, conventional one could be much better, thanks @appilon. |
r/vsphere_virtual_disk' imports the wrong
vmdk_path`r/vsphere_virtual_disk
imports the wrong vmdk_path
Will reviewed again to see if this can be solved more conventionally.
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! I'd rather get this one in as-is versus refactor and delay.
This functionality has been released in v2.7.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Fix: Import of
r/vsphere_virtual_disk
imports the wrongvmdk_path
.Acceptance tests
Output from local testing:
Local test without
create_directories
field was also done. Import won't be blocked, and the issue is expected to be reproed.Release Note
Release note for CHANGELOG:
References
Closes #1482