-
Notifications
You must be signed in to change notification settings - Fork 454
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
fix: support asterisk in url during import #1813
fix: support asterisk in url during import #1813
Conversation
Could we ask that you please use conventional commits structure for the pull request title and commit description? |
8ee9fd4
to
65a80e2
Compare
I've updated the title and commit, and signed the CLA. |
@tenthirtyam could you provide any pointers regarding adding a test for this PR? :) |
At the very least, provide the results of your ad hoc testing. cc @appilon for a e2e scenario test. |
The VM resource used for manual test:
repro before the fix:
And after the fix:
|
HI @pawelprazak - thank you for the update. When I have some free time, I'll look over and test this pull request when I have some spare cycles.. |
Hi ! We would love to see this PR merged to be able to deploy and manage vm from templates on standalone esxi hosts. |
It will be merged once prioritized for a milestone and reviewed / approved by the maintainers. |
thx! hope it'll be soon :) |
Hello, I would like to see these changes as well. I hope it will merge soon. |
Community Note
|
I've completed an initial verification of the change and the results are positive. Once I perform some negative testing I'll add my review. Ryan Johnson |
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've completed testing for this change and the results are all positive.
No regressions observed.
Ryan Johnson
Senior Staff Solutions Architect | Product Engineering @ VMware, Inc.
65a80e2
to
da8abe1
Compare
da8abe1
to
7e1e0a9
Compare
- use the correct URL parsing function from govmomi library to replace asterisk with a host when needed Refs: hashicorp#1806
7e1e0a9
to
10ab688
Compare
@iBrandyJackson I've updated the |
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. |
This functionality has been released in v2.6.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
Fixes #1806 to ensure use of the correct URL parsing function from
vmware/govmomi
.Testing
See #1813 (comment),
References
Closes #1806