update docs for configuration_paramaters to explain what it actually is.

This commit is contained in:
Megan Marsh 2020-05-29 15:07:34 -07:00
parent b3f711b33e
commit 5efb1a195e
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ import (
)
type ConfigParamsConfig struct {
// Custom parameters.
// configuration_parameters is a direct passthrough to the VSphere API's
// ConfigSpec: https://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.vm.ConfigSpec.html
ConfigParams map[string]string `mapstructure:"configuration_parameters"`
}

View File

@ -1,4 +1,5 @@
<!-- Code generated from the comments of the ConfigParamsConfig struct in builder/vsphere/common/step_config_params.go; DO NOT EDIT MANUALLY -->
- `configuration_parameters` (map[string]string) - Custom parameters.
- `configuration_parameters` (map[string]string) - configuration_parameters is a direct passthrough to the VSphere API's
ConfigSpec: https://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.vm.ConfigSpec.html