Removing qcow2 dependency
This commit is contained in:
parent
0c2d45ccbc
commit
2ae88a6c6a
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ resource "libvirt_volume" "talos_iso" {
|
||||||
resource "libvirt_volume" "control_plane_disk" {
|
resource "libvirt_volume" "control_plane_disk" {
|
||||||
name = "control-plane-node-1-disk.qcow2"
|
name = "control-plane-node-1-disk.qcow2"
|
||||||
pool = "talos-images"
|
pool = "talos-images"
|
||||||
base_volume_id = libvirt_volume.talos_iso.id
|
|
||||||
size = 42949672960 # 40GB in bytes
|
size = 42949672960 # 40GB in bytes
|
||||||
format = "qcow2"
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue