From bc487c092be9ed302bb1165ddadb0f701d120cb3 Mon Sep 17 00:00:00 2001 From: mristok Date: Thu, 11 Jan 2024 10:04:58 -0600 Subject: [PATCH] feat(shared-pci-device): update resource virtual machine website doc --- website/docs/r/virtual_machine.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index 36fc9d950..55411a9c9 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -663,7 +663,8 @@ The following options are general virtual machine and provider workflow options: * `pci_device_id` - (Optional) List of host PCI device IDs in which to create PCI passthroughs. -* `shared_pci_device_id` - (Optional) A shared PCI device ID to create PCI passthrough. +* `shared_pci_device_id` - (Optional) List of shared PCI device(s) to create +shared PCI passthrough. For example, attaching a vGPU to the virtual machine: `shared_pci_device_id = ["grid_a100d-40c"]`. ~> **NOTE:** Cloning requires vCenter Server and is not supported on direct ESXi host connections.