Skip to content

Resource: proxmox_hardware_mapping_usb

Manages a USB hardware mapping in a Proxmox VE cluster.

Schema

Required

  • map (Attributes Set) The actual map of devices for the hardware mapping. (see below for nested schema)
  • name (String) The name of this hardware mapping.

Optional

  • comment (String) The comment of this USB hardware mapping.

Read-Only

  • id (String) The unique identifier of this USB hardware mapping resource.

Nested Schema for map

Required:

  • id (String) The ID of the map.
  • node (String) The node name of the map.

Optional:

  • comment (String) The comment of the mapped USB device.
  • path (String) The path of the map. For USB hardware mappings, this is optional and indicates that the device is mapped via its device ID rather than ports.