From 86d0f07e9b6023d0c3627f45f9944f26d26a4e1d Mon Sep 17 00:00:00 2001 From: frostyfab <140175283+frostyfab@users.noreply.github.com> Date: Thu, 14 Dec 2023 02:59:23 +0100 Subject: [PATCH] fix(docs): add clone/full parameter for vms (#797) Add documentation for vm/clone/full parameter related to #551 Signed-off-by: Moritz Winter --- docs/resources/virtual_environment_vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/virtual_environment_vm.md b/docs/resources/virtual_environment_vm.md index 4c87eea7..96938188 100644 --- a/docs/resources/virtual_environment_vm.md +++ b/docs/resources/virtual_environment_vm.md @@ -151,6 +151,7 @@ output "ubuntu_vm_public_key" { Sometimes Proxmox errors with timeout when creating multiple clones at once. - `vm_id` - (Required) The identifier for the source VM. + - `full` - (Optional) Full or linked clone (defaults to `true`). - `cpu` - (Optional) The CPU configuration. - `architecture` - (Optional) The CPU architecture (defaults to `x86_64`). - `aarch64` - ARM (64 bit).