Skip to content

Commit d12388e

Browse files
committed
Update README examples
Now code examples references latest tag
1 parent a1eafad commit d12388e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ provider "libvirt" {
7272
7373
module "vm" {
7474
source = "MonolithProjects/vm/libvirt"
75-
version = "1.7.1"
75+
version = "1.8.0"
7676
7777
vm_hostname_prefix = "server"
7878
vm_count = 3
@@ -119,7 +119,7 @@ provider "libvirt" {
119119
120120
module "vm" {
121121
source = "MonolithProjects/vm/libvirt"
122-
version = "1.7.1"
122+
version = "1.8.0"
123123
124124
vm_hostname_prefix = "server"
125125
vm_count = 3
@@ -174,7 +174,7 @@ resource "libvirt_volume" "data_volume" {
174174
175175
module "vm" {
176176
source = "MonolithProjects/vm/libvirt"
177-
version = "1.7.1"
177+
version = "1.8.0"
178178
179179
vm_hostname_prefix = "data-server"
180180
base_volume_name = "debian-11-base.qcow2"

0 commit comments

Comments
 (0)