Skip to content

Data Source: proxmox_datastores

Retrieves information about all the datastores available to a specific node.

Schema

Required

  • node_name (String) The name of the node to retrieve the stores from.

Optional

Nested Schema for datastores

Required:

  • content_types (Set of String) Allowed store content types.
  • id (String) The ID of the store.
  • node_name (String) The name of the node the store is on.
  • type (String) Store type.

Optional:

Nested Schema for filters

Optional:

  • content_types (Set of String) Only list stores with the given content types.
  • id (String) Only list stores with the given ID.
  • target (String) If target is different to node_name, then only lists shared stores which content is accessible on this node and the specified target node.