Merge pull request #9330 from hashicorp/document_9310

update docs for configuration_paramaters to explain what it actually is.
This commit is contained in:
Wilken Rivera 2020-05-29 19:43:44 -04:00 committed by GitHub
commit 793b425dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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