Skip to content

Commit 29a8a43

Browse files
committed
fix: use sata bus for cloudinit cdrom device
1 parent f1b5e7c commit 29a8a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ resource "libvirt_domain" "vm" {
8282
}
8383
}
8484
target = {
85-
dev = "vdb"
86-
bus = "virtio"
85+
dev = "hda"
86+
bus = "sata"
8787
}
8888
device = "cdrom"
8989
}

0 commit comments

Comments
 (0)