move up files to one level and erase default public key
This commit is contained in:
7
shared_modules/pool.tf
Normal file
7
shared_modules/pool.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource "libvirt_pool" "tf_tmp_storage" {
|
||||
name = "${var.vm_name}-pool"
|
||||
type = "dir"
|
||||
target {
|
||||
path = var.pool_path
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user