Newer
Older
openstack-caracal-dc-dc / opentofu / modules / maas-vm-host / outputs.tf
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
}