resource "libvirt_pool" "tf_tmp_storage" { name = var.pool_name type = "dir" target { path = var.pool_path } }