output "id" {
description = "maas_vm_host id."
value = maas_vm_host.dc.id
}
output "resources_cores_total" {
description = "Read-only, MAAS-reported total cores on this host -- a real post-registration fact, useful for cross-checking against the Phase-0 host/disk-budget math (buildout-design Section 3), not an input."
value = maas_vm_host.dc.resources_cores_total
}
output "resources_memory_total" {
description = "Read-only, MAAS-reported total memory on this host."
value = maas_vm_host.dc.resources_memory_total
}