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_subnet.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

1.1 KiB

layout title parent subcategory description
page proxmox_virtual_environment_sdn_subnet Data Sources Virtual Environment Retrieve details about a specific SDN Subnet in Proxmox VE.

Data Source: proxmox_virtual_environment_sdn_subnet

Retrieve details about a specific SDN Subnet in Proxmox VE.

Schema

Required

  • subnet (String)
  • vnet (String) The VNet this subnet belongs to.

Read-Only

  • canonical_name (String)
  • dhcp_dns_server (String) The DNS server used for DHCP.
  • dhcp_range (Attributes List) List of DHCP ranges (start and end IPs). (see below for nested schema)
  • dnszoneprefix (String) Prefix used for DNS zone delegation.
  • gateway (String) The gateway address for the subnet.
  • id (String) The full ID in the format 'vnet-id/subnet-id'.
  • snat (Boolean) Whether SNAT is enabled for the subnet.
  • type (String)

Nested Schema for dhcp_range

Read-Only:

  • end_address (String) End of the DHCP range.
  • start_address (String) Start of the DHCP range.