Removing qcow2 dependency

This commit is contained in:
vandomej 2025-10-03 11:13:00 -07:00
parent 0c2d45ccbc
commit 2ae88a6c6a

View file

@ -70,7 +70,6 @@ resource "libvirt_volume" "talos_iso" {
resource "libvirt_volume" "control_plane_disk" {
name = "control-plane-node-1-disk.qcow2"
pool = "talos-images"
base_volume_id = libvirt_volume.talos_iso.id
size = 42949672960 # 40GB in bytes
format = "qcow2"
}