diff --git a/builder/vsphere/common/step_config_params.go b/builder/vsphere/common/step_config_params.go index 65aa91789..7cafdfbb0 100644 --- a/builder/vsphere/common/step_config_params.go +++ b/builder/vsphere/common/step_config_params.go @@ -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"` } diff --git a/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx b/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx index 53cf6de9b..5386e2cff 100644 --- a/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx +++ b/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx @@ -1,4 +1,5 @@ -- `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 \ No newline at end of file