From efd568c10ca26b40cdfd602c389cc22e708e88c0 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 8 Apr 2019 09:30:23 -0700 Subject: [PATCH] fix docs --- website/source/docs/builders/proxmox.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/proxmox.html.md b/website/source/docs/builders/proxmox.html.md index f5c4fcb56..ea8beb58d 100644 --- a/website/source/docs/builders/proxmox.html.md +++ b/website/source/docs/builders/proxmox.html.md @@ -108,7 +108,7 @@ builder. [ { "type": "scsi", - "size": "5G", + "disk_size": "5G", "storage_pool": "local-lvm", "storage_pool_type": "lvm" } @@ -125,7 +125,7 @@ builder. - `type` (string) - The type of disk. Can be `scsi`, `sata`, `virtio` or `ide`. Defaults to `scsi`. - - `size` (string) - The size of the disk, including a unit suffix, such + - `disk_size` (string) - The size of the disk, including a unit suffix, such as `10G` to indicate 10 gigabytes. - `cache_mode` (string) - How to cache operations to the disk. Can be @@ -175,7 +175,7 @@ manually downloaded. "disks": [ { "type": "scsi", - "size": "5G", + "disk_size": "5G", "storage_pool": "local-lvm", "storage_pool_type": "lvm" }