Defining image pool

This commit is contained in:
vandomej 2025-10-03 10:34:36 -07:00
parent d16f259959
commit ecbce27540

View file

@ -50,6 +50,14 @@ resource "libvirt_network" "talos_bridge" {
}
}
resource "libvirt_pool" "images" {
name = "images"
type = "dir"
target {
path = "/var/lib/libvirt/images/talos-kvm"
}
}
# Download the ISO
resource "libvirt_volume" "talos_iso" {
name = "talos-metal-arm64.iso"