Data Source: proxmox_virtual_environment_sdn_vnets¶
Warning
Deprecated: Use proxmox_sdn_vnets instead. This data source will be removed in v1.0.
Retrieves information about all SDN VNets in Proxmox. This data source lists all virtual networks configured in the Software-Defined Networking setup.
Example Usage¶
# List all SDN VNets
data "proxmox_virtual_environment_sdn_vnets" "all" {}
output "data_proxmox_virtual_environment_sdn_vnets_all" {
value = {
vnets = data.proxmox_virtual_environment_sdn_vnets.all.vnets
}
}
Schema¶
Read-Only¶
vnets(List of Object) List of SDN VNets. (see below for nested schema)
Nested Schema for vnets¶
Read-Only:
alias(String)id(String)isolate_ports(Boolean)tag(Number)vlan_aware(Boolean)zone(String)