output "network_id" {
description = "libvirt network id -- for wiring into future modules/cloudinit-vm (the three Office1 service VMs) or modules/opnsense-edge (Office1's own edge LAN side) calls."
value = libvirt_network.office1_local.id
}
output "network_name" {
description = "libvirt network name (\"office1-local\") -- pass this straight through as a cloudinit-vm network_names entry or opnsense-edge's lan_network_name; do not reconstruct it (same real-attribute-reference discipline as modules/dc-planes' network_names output)."
value = libvirt_network.office1_local.name
}