Skip to content

Commit 6a7ba7a

Browse files
committed
Use libvirt provider v0.8.3
1 parent 8e74a56 commit 6a7ba7a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Terraform version**: >= 1.6.0
1111

12-
**Libvirt provider version**: 0.8.1
12+
**Libvirt provider version**: 0.8.3
1313

1414
NOTE: to deploy development versions of SUSE Manager you will have to have [SUSE's internal CA certificates](http://ca.suse.de/) installed on your system.
1515

TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ Initializing provider plugins...
232232
- Reusing previous version of hashicorp/null from the dependency lock file
233233
- Reusing previous version of hashicorp/template from the dependency lock file
234234
- Using previously-installed hashicorp/template v2.2.0
235-
- Installing dmacvicar/libvirt v0.8.1...
235+
- Installing dmacvicar/libvirt v0.8.3...
236236
- Using previously-installed hashicorp/null v3.1.0
237237
238238
│ Error: Failed to install provider
239239
240-
│ Error while installing dmacvicar/libvirt v0.8.1: the local package for registry.terraform.io/dmacvicar/libvirt 0.8.1 doesn't match any of the checksums previously recorded in the dependency lock file (this might be because the available checksums are for packages
240+
│ Error while installing dmacvicar/libvirt v0.8.3: the local package for registry.terraform.io/dmacvicar/libvirt 0.8.3 doesn't match any of the checksums previously recorded in the dependency lock file (this might be because the available checksums are for packages
241241
│ targeting different platforms)
242242
```
243243

backend_modules/libvirt/base/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
libvirt = {
55
source = "dmacvicar/libvirt"
6-
version = "0.8.1"
6+
version = "0.8.3"
77
}
88
}
99
}

backend_modules/libvirt/host/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
libvirt = {
99
source = "dmacvicar/libvirt"
10-
version = "0.8.1"
10+
version = "0.8.3"
1111
}
1212
}
1313
}

main.tf.libvirt-testsuite.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
libvirt = {
55
source = "dmacvicar/libvirt"
6-
version = "0.8.1"
6+
version = "0.8.3"
77
}
88
}
99
}

main.tf.libvirt-testsuite.example.Manager-43

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
libvirt = {
55
source = "dmacvicar/libvirt"
6-
version = "0.8.1"
6+
version = "0.8.3"
77
}
88
}
99
}

main.tf.libvirt.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
libvirt = {
55
source = "dmacvicar/libvirt"
6-
version = "0.8.1"
6+
version = "0.8.3"
77
}
88
}
99
}

main.tf.libvirt.example.Manager-43

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
libvirt = {
55
source = "dmacvicar/libvirt"
6-
version = "0.8.1"
6+
version = "0.8.3"
77
}
88
}
99
}

0 commit comments

Comments
 (0)