We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721144c commit 856460fCopy full SHA for 856460f
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