We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1eafad commit d12388eCopy full SHA for d12388e
README.md
@@ -72,7 +72,7 @@ provider "libvirt" {
72
73
module "vm" {
74
source = "MonolithProjects/vm/libvirt"
75
- version = "1.7.1"
+ version = "1.8.0"
76
77
vm_hostname_prefix = "server"
78
vm_count = 3
@@ -119,7 +119,7 @@ provider "libvirt" {
119
120
121
122
123
124
125
@@ -174,7 +174,7 @@ resource "libvirt_volume" "data_volume" {
174
175
176
177
178
179
vm_hostname_prefix = "data-server"
180
base_volume_name = "debian-11-base.qcow2"
0 commit comments