We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706a242 commit 8c0ef1aCopy full SHA for 8c0ef1a
1 file changed
main.tf
@@ -67,6 +67,10 @@ resource "libvirt_domain" "vm" {
67
disks = concat(
68
[
69
{
70
+ driver = {
71
+ name = "qemu"
72
+ type = "qcow2"
73
+ }
74
source = {
75
volume = {
76
pool = var.storage_pool
0 commit comments