Skip to content

Commit

Permalink
chore(docs): update hostpci id to mentions requirement around root us…
Browse files Browse the repository at this point in the history
…er (#710)

Signed-off-by: TheNotary <[email protected]>
Co-authored-by: Pavel Boldyrev <[email protected]>
  • Loading branch information
TheNotary and bpg authored Nov 12, 2023
1 parent fb249bf commit 0bf3a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/resources/virtual_environment_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bf3a2a

Please sign in to comment.