We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8ff0cd + 9cbf5b9 commit 258dd8fCopy full SHA for 258dd8f
README.md
@@ -66,8 +66,10 @@ provider "libvirt" {
66
uri = "qemu+ssh://[email protected]/system"
67
}
68
69
-module "nodes" {
70
- source = "./modules/virt-machine"
+module "vm" {
+ source = "MonolithProjects/vm/libvirt"
71
+ version = "1.6.0"
72
+ }
73
74
vm_hostname_prefix = "server"
75
vm_count = 3
@@ -112,8 +114,10 @@ provider "libvirt" {
112
114
113
115
116
117
118
119
120
121
122
123
0 commit comments