-
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
Add VMware Tools Upgrades boolean parameter in ToolsConfigInfo
#1297
Comments
See #1506.
Note that the setting is not a From vmware/govmomi: https://github.com/vmware/govmomi/blob/ffd45c83211eacbe546299c1595eccd9322b9e21/vim25/types/enum.go#L3685-L3694. Ryan |
Do we know when the next release will come and if this enhancement will be part of the upcoming release? |
I'm happy to ask the PM this week. Ryan |
Hello Ryan, By any chance did you receive any update on the release date. |
Would really like to see this feature added. Anyone have a working solution? |
ToolsConfigInfo
…resource (#1506) * Add `tools_upgrade_policy` argument Addresses #1297 - Add `tools_upgrade_policy` argument to the `vsphere_virtual_machine` resource to set the upgrade policy for VMware Tools. One of `manual` or `upgradeAtPowerCycle`. Default: `manual` - Updates the `vsphere_virtual_machine` resource docs to include the tools_upgrade_policy` argument. Signed-off-by: Ryan Johnson <[email protected]>
This functionality has been released in v2.1.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 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. |
vSphere Provider Version
Terraform Configuration Files
Expected Behavior
Be able to set Tools Upgrades boolean parameter into vsphere virtual machine resource
Actual Behavior
Only able to set following parameters:
References
Community Note
The text was updated successfully, but these errors were encountered: