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.