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

pull/10447/head
Felix Hillingshaeuser 5 years ago committed by GitHub
parent 4b0de7263e
commit 233c7f0a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save