docs: Add default value for cloud_init in builders/proxmox (#10445)

This commit is contained in:
Felix Hillingshaeuser 2021-01-06 16:37:23 +01:00 committed by Wilken Rivera
parent 166a3663c3
commit 3a9cc74e64
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ builder.
Defaults to `lsi`.
- `cloud_init` (bool) - If true, add a Cloud-Init CDROM drive after the virtual machine has been converted to a template.
Defaults to `false`.
- `cloud_init_storage_pool` - (string) - Name of the Proxmox storage pool
to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used.