output "macaddress" { value = macaddress.this.address } output "_pool" { value = var.create_root_storage_pool ? libvirt_pool.this : null } output "_disk" { value = libvirt_volume.this } output "_domain" { value = libvirt_domain.this } output "ipam" { value = module.ipam }