0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-06 14:03:58 +00:00
terraform-provider-proxmox/docs/data-sources/virtual_environment_sdn_vnet.md
MacherelR 58ff2ff240 feat(sdn)!: add SDN support for zones, vnets, subnets with validation and tests
BREAKING CHANGE: introduces sdn support.

Signed-off-by: MacherelR <64424331+MacherelR@users.noreply.github.com>
2025-06-24 08:31:40 +02:00

864 B

layout title parent subcategory description
page proxmox_virtual_environment_sdn_vnet Data Sources Virtual Environment Retrieves information about an existing SDN Vnet in Proxmox VE.

Data Source: proxmox_virtual_environment_sdn_vnet

Retrieves information about an existing SDN Vnet in Proxmox VE.

Schema

Required

  • name (String) The name of the vnet.

Read-Only

  • alias (String) - An alias for this vnet.
  • id (String) - The ID of the vnet (usually the name).
  • isolate_ports (Boolean) - Whether ports are isolated.
  • tag (Number) - VLAN/VXLAN tag.
  • type (String) - Type of the vnet.
  • vlanaware (Boolean) - Whether this vnet is VLAN aware.
  • zone (String) - The zone associated with the vnet.
  • zonetype (String) - The type of the zone associated with this vnet.