mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 19:38:35 +00:00
fix(docs): add clone/full parameter for vms (#797)
Add documentation for vm/clone/full parameter related to #551 Signed-off-by: Moritz Winter <siliconaire@frostyfab.de>
This commit is contained in:
parent
02b5da705d
commit
86d0f07e9b
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user