Skip to content

Data Source: proxmox_virtual_environment_hardware_mapping_usb

Warning

Deprecated: Use proxmox_hardware_mapping_usb instead. This data source will be removed in v1.0.

Retrieves a USB hardware mapping from a Proxmox VE cluster.

Example Usage

data "proxmox_virtual_environment_hardware_mapping_usb" "example" {
  name = "example"
}

output "data_proxmox_virtual_environment_hardware_mapping_usb" {
  value = data.proxmox_virtual_environment_hardware_mapping_usb.example
}

Schema

Required

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

Read-Only

  • comment (String) The comment of this USB hardware mapping.
  • id (String) The unique identifier of this USB hardware mapping data source.
  • map (Attributes Set) The actual map of devices for the hardware mapping. (see below for nested schema)

Nested Schema for map

Read-Only:

  • comment (String) The comment of the mapped USB device.
  • id (String) The ID attribute of the map.
  • node (String) The node name attribute of the map.
  • path (String) The path attribute of the map.