Newer
Older
openstack-caracal-dc-dc / opentofu / modules / wan-bridge / outputs.tf
output "network_name" {
  description = "The libvirt network name, for a consumer's wan_network_name."
  value       = libvirt_network.wan_bridge.name
}