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 GitHub
parent 4b0de7263e
commit 233c7f0a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.