From 2ae88a6c6a22b70925b49959eceaaa04329c0552 Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 3 Oct 2025 11:13:00 -0700 Subject: [PATCH] Removing qcow2 dependency --- control-plane/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/control-plane/main.tf b/control-plane/main.tf index 5e51ea0..0486bb9 100644 --- a/control-plane/main.tf +++ b/control-plane/main.tf @@ -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" }