move up files to one level and erase default public key

This commit is contained in:
Lukas Greve
2025-10-18 13:18:32 +02:00
parent f5e85371e4
commit 91e23f0765
16 changed files with 72 additions and 72 deletions

7
shared_modules/pool.tf Normal file
View File

@@ -0,0 +1,7 @@
resource "libvirt_pool" "tf_tmp_storage" {
name = "${var.vm_name}-pool"
type = "dir"
target {
path = var.pool_path
}
}