output "pool" {
description = "Pool the base image lives in."
value = libvirt_volume.base.pool
}
output "name" {
description = "Base image volume name."
value = libvirt_volume.base.name
}
output "path" {
description = "Host filesystem path to the base image volume."
value = libvirt_volume.base.path
}