From 5efb1a195efdae0f56af8e3654298d22d2f864c1 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 29 May 2020 15:07:34 -0700 Subject: [PATCH] update docs for configuration_paramaters to explain what it actually is. --- builder/vsphere/common/step_config_params.go | 3 ++- .../builder/vsphere/common/ConfigParamsConfig-not-required.mdx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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