-
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: r/vsphere_host
thumbprint error
#2266
fix: r/vsphere_host
thumbprint error
#2266
Conversation
630a95b
to
4846d5a
Compare
r/vsphere_host
thumbprint error
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.
Some small nits and question if we can get the InsecureSkipVerify
based insecure_connection
in the provider configuration.
b9ec9bf
to
5931781
Compare
16415fd
to
4b92dab
Compare
2c08412
to
b95fb9e
Compare
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!
b95fb9e
to
dc8f81f
Compare
Reset to draft. |
dc8f81f
to
00536e1
Compare
00536e1
to
653f2d6
Compare
Adds validation of the ESXI host thumbprint before adding the host to a cluster or vCenter Server. Signed-off-by: Jared Burns <jared.burns@broadcom.com>
653f2d6
to
dc13fda
Compare
This functionality has been released in v2.9.3 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! |
This functionality has been released in v2.9.3 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
Adds validation of the ESXI host thumbprint before adding the host to a cluster or vCenter Server.
Acceptance tests
Release Note
resource/vsphere_host
: Adds validation of the ESXI host thumbprint before adding the host to a cluster or vCenter Server.References
Closes #1549