From 3a9cc74e64d98bce0039345f3c85a586b8f9606e Mon Sep 17 00:00:00 2001 From: Felix Hillingshaeuser Date: Wed, 6 Jan 2021 16:37:23 +0100 Subject: [PATCH] docs: Add default value for cloud_init in builders/proxmox (#10445) --- website/content/docs/builders/proxmox/iso.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/builders/proxmox/iso.mdx b/website/content/docs/builders/proxmox/iso.mdx index f4de5b7d6..954b37699 100644 --- a/website/content/docs/builders/proxmox/iso.mdx +++ b/website/content/docs/builders/proxmox/iso.mdx @@ -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.