Skip to content

Commit

Permalink
Upgrade libvirt provider to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 committed Nov 19, 2024
1 parent 267ac7b commit ebb55ec
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Terraform version**: 1.0.10

**Libvirt provider version**: 0.6.3
**Libvirt provider version**: 0.8.1

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.

Expand Down
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Initializing provider plugins...
│ Error: Failed to install provider
│ Error while installing dmacvicar/libvirt v0.6.3: the local package for registry.terraform.io/dmacvicar/libvirt 0.6.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
│ Error while installing dmacvicar/libvirt v0.6.3: 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
│ targeting different platforms)
```
Expand Down
2 changes: 1 addition & 1 deletion backend_modules/libvirt/base/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
2 changes: 1 addition & 1 deletion backend_modules/libvirt/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resource "libvirt_domain" "domain" {
qemu_agent = true

// copy host CPU model to guest to get the vmx flag if present
cpu = {
cpu {
mode = local.provider_settings["cpu_model"]
}

Expand Down
4 changes: 2 additions & 2 deletions backend_modules/libvirt/host/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
}
2 changes: 1 addition & 1 deletion main.tf.libvirt-testsuite.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf.libvirt-testsuite.example.Manager-43
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf.libvirt.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf.libvirt.example.Manager-43
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
version = "0.8.1"
}
}
}
Expand Down

0 comments on commit ebb55ec

Please sign in to comment.