make the pool name a function of the vm name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "libvirt_pool" "tf_tmp_storage" {
|
||||
name = var.pool_name
|
||||
name = "${var.vm_name}-pool"
|
||||
type = "dir"
|
||||
target {
|
||||
path = var.pool_path
|
||||
|
Reference in New Issue
Block a user