resource "libvirt_pool" "tf_tmp_storage" { name = "${var.vm_name}-pool" type = "dir" target { path = var.pool_path } }