mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
fix(docs): add more details about the usb
block in VM (#1382)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
095be69d8d
commit
1eb64a2522
@ -328,9 +328,8 @@ output "ubuntu_vm_public_key" {
|
||||
- `xvga` - (Optional) Marks the PCI(e) device as the primary GPU of the VM.
|
||||
With this enabled the `vga` configuration argument will be ignored.
|
||||
- `usb` - (Optional) A host USB device mapping (multiple blocks supported).
|
||||
- `host` - (Optional) The USB device ID. Use either this or `mapping`.
|
||||
- `mapping` - (Optional) The resource mapping name of the device, for
|
||||
example usbdevice. Use either this or `id`.
|
||||
- `host` - (Optional) The Host USB device or port or the value `spice`. Use either this or `mapping`.
|
||||
- `mapping` - (Optional) The cluster-wide resource mapping name of the device, for example "usbdevice". Use either this or `host`.
|
||||
- `usb3` - (Optional) Makes the USB device a USB3 device for the VM
|
||||
(defaults to `false`).
|
||||
- `initialization` - (Optional) The cloud-init configuration.
|
||||
|
@ -552,6 +552,7 @@ github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+
|
||||
github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU=
|
||||
github.com/goreleaser/goreleaser v1.26.2 h1:1iY1HaXtRiMTrwy6KE1sNjkRjsjMi+9l0k6WUX8GpWw=
|
||||
github.com/goreleaser/goreleaser v1.26.2/go.mod h1:mHi6zr6fuuOh5eHdWWgyo/N8BWED5WEVtb/4GETc9jQ=
|
||||
github.com/goreleaser/goreleaser/v2 v2.0.0/go.mod h1:eit+2+u8uJLgBtuEMITPaQHwO55amhR089eFkbWi3s0=
|
||||
github.com/goreleaser/nfpm/v2 v2.37.1 h1:RUmeEt8OlEVeSzKRrO5Vl5qVWCtUwx4j9uivGuRo5fw=
|
||||
github.com/goreleaser/nfpm/v2 v2.37.1/go.mod h1:q8+sZXFqn106/eGw+9V+I8+izFxZ/sJjrhwmEUxXhUg=
|
||||
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
|
||||
|
Loading…
Reference in New Issue
Block a user