Newer
Older
openstack-caracal-dc-dc / opentofu / modules / node-vm / outputs.tf
output "domain_id" {
  description = "libvirt domain id -- for the MAAS enlistment step (D-103: OpenTofu registers each DC's libvirt host to that DC's MAAS rack controller as a virsh VM-host, so MAAS discovers VMs created here)."
  value       = libvirt_domain.node.id
}

output "domain_name" {
  description = "libvirt domain name."
  value       = libvirt_domain.node.name
}