Skip to content

Data Source: proxmox_sdn_zone_simple

Retrieves information about a Simple Zone in Proxmox SDN. It will create an isolated VNet bridge. This bridge is not linked to a physical interface, and VM traffic is only local on each the node. It can be used in NAT or routed setups.

Schema

Required

  • id (String) The unique identifier of the SDN zone.

Read-Only

  • dhcp (String) The type of the DHCP backend for this zone.
  • dns (String) DNS API server address.
  • dns_zone (String) DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
  • ipam (String) IP Address Management system.
  • mtu (Number) MTU value for the zone.
  • nodes (Set of String) The Proxmox nodes which the zone and associated VNets are deployed on
  • pending (Boolean) Indicates if the zone has pending configuration changes that need to be applied.
  • reverse_dns (String) Reverse DNS API server address.
  • state (String) Indicates the current state of the zone.