variable "domain_suffix" {
description = "Base domain for this network's libvirt DNS domain (yields \"office1.<domain_suffix>\"). Anchor value per D-106's naming convention; Office1 is a headend, not a per-DC cloud, so it gets one domain, not a per-plane family like modules/dc-planes. NOT re-derived here, pass it in explicitly -- same convention as dc-planes' own domain_suffix input."
type = string
}
variable "mtu" {
description = "Underlay MTU for this network. MUST be the Phase-0 MEASURED host L2 MTU (buildout-design Section 3 / D-102) -- do not assume jumbo (9000). No default -- pass explicitly, same discipline as every other network module in this repo (dc-planes, mesh-link)."
type = number
}