Skip to content

Commit 258dd8f

Browse files
Merge pull request #4 from MonolithProjects/develop
Edited Readme
2 parents a8ff0cd + 9cbf5b9 commit 258dd8f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ provider "libvirt" {
6666
uri = "qemu+ssh://[email protected]/system"
6767
}
6868
69-
module "nodes" {
70-
source = "./modules/virt-machine"
69+
module "vm" {
70+
source = "MonolithProjects/vm/libvirt"
71+
version = "1.6.0"
72+
}
7173
7274
vm_hostname_prefix = "server"
7375
vm_count = 3
@@ -112,8 +114,10 @@ provider "libvirt" {
112114
uri = "qemu+ssh://[email protected]/system"
113115
}
114116
115-
module "nodes" {
116-
source = "./modules/virt-machine"
117+
module "vm" {
118+
source = "MonolithProjects/vm/libvirt"
119+
version = "1.6.0"
120+
}
117121
118122
vm_hostname_prefix = "server"
119123
vm_count = 3

0 commit comments

Comments
 (0)