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/resources/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

858 B

layout title parent subcategory description
page proxmox_virtual_environment_sdn_vnet Resources Virtual Environment Manages Proxmox VE SDN vnet.

Resource: proxmox_virtual_environment_sdn_vnet

Manages Proxmox VE SDN vnet.

Schema

Required

  • name (String) Unique identifier for the vnet.
  • zone (String) The zone to which this vnet belongs.
  • zonetype (String) Parent's zone type. MUST be specified.

Optional

  • alias (String) An optional alias for this vnet.
  • isolate_ports (Boolean) Whether to isolate ports within this vnet.
  • tag (Number) Tag value for VLAN/VXLAN (depends on zone type).
  • vlanaware (Boolean) Whether this vnet is VLAN aware.

Read-Only

  • id (String) The unique identifier of this resource.
  • type (String) Type of vnet (e.g. 'vnet').