Data Source: proxmox_node_config¶
Retrieves configuration of a Proxmox VE node.
Example Usage¶
data "proxmox_node_config" "example" {
node_name = "pve"
}
output "proxmox_node_config_description" {
value = data.proxmox_node_config.example.description
}
Schema¶
Required¶
node_name(String) The name of the node.
Read-Only¶
description(String) Description of the node. Shown in the web-interface node notes panel.id(String) The ID of this resource.