Newer
Older
openstack-caracal-dc-dc / opentofu / modules / dc-storage-pool / outputs.tf
output "pool_name" {
  description = "libvirt pool name -- for wiring into a future libvirt_volume/libvirt_domain module."
  value       = libvirt_pool.dc.name
}