mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
chore(docs): update hostpci id to mentions requirement around root user (#710)
Signed-off-by: TheNotary <799247+TheNotary@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
fb249bfdb9
commit
0bf3a2aea3
@ -290,7 +290,9 @@ output "ubuntu_vm_public_key" {
|
||||
- `hostpci` - (Optional) A host PCI device mapping (multiple blocks supported).
|
||||
- `device` - (Required) The PCI device name for Proxmox, in form
|
||||
of `hostpciX` where `X` is a sequential number from 0 to 3.
|
||||
- `id` - (Optional) The PCI device ID. Use either this or `mapping`.
|
||||
- `id` - (Optional) The PCI device ID. This parameter is not compatible
|
||||
with `api_token` and requires the root `username` and `password`
|
||||
configured in the proxmox provider. Use either this or `mapping`.
|
||||
- `mapping` - (Optional) The resource mapping name of the device, for
|
||||
example gpu. Use either this or `id`.
|
||||
- `mdev` - (Optional) The mediated device ID to use.
|
||||
|
Loading…
Reference in New Issue
Block a user