Skip to content

Commit 856460f

Browse files
committed
fix: set qcow2 driver type for boot disk
1 parent 721144c commit 856460f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ resource "libvirt_domain" "vm" {
6767
disks = concat(
6868
[
6969
{
70+
driver = {
71+
name = "qemu"
72+
type = "qcow2"
73+
}
7074
source = {
7175
volume = {
7276
pool = var.storage_pool

0 commit comments

Comments
 (0)