packer-cn/website/pages/partials/builder/vsphere/common/ConnectConfig-not-required.mdx
Jonathan Neal d8b67f8520
📌 Hard Pin Website Dependencies (#9543)
* Update and pin dependencies
* Update NextJS Scripts
* npm run lint
* npm run format
* docs generator: indent docs by two and make spacing better

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2020-07-13 12:33:16 +02:00

12 lines
490 B
Plaintext

<!-- Code generated from the comments of the ConnectConfig struct in builder/vsphere/common/step_connect.go; DO NOT EDIT MANUALLY -->
- `vcenter_server` (string) - vCenter server hostname.
- `username` (string) - vSphere username.
- `password` (string) - vSphere password.
- `insecure_connection` (bool) - Do not validate vCenter server's TLS certificate. Defaults to `false`.
- `datacenter` (string) - VMware datacenter name. Required if there is more than one datacenter in vCenter.