diff --git a/README.md b/README.md index 898085283..71fbe3437 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 2ff187ac0..1b7a2b580 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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) ``` diff --git a/backend_modules/libvirt/base/versions.tf b/backend_modules/libvirt/base/versions.tf index 5b687ccdc..1d7552761 100644 --- a/backend_modules/libvirt/base/versions.tf +++ b/backend_modules/libvirt/base/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } } diff --git a/backend_modules/libvirt/host/main.tf b/backend_modules/libvirt/host/main.tf index 956c651be..40e2c6d0d 100644 --- a/backend_modules/libvirt/host/main.tf +++ b/backend_modules/libvirt/host/main.tf @@ -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"] } diff --git a/backend_modules/libvirt/host/versions.tf b/backend_modules/libvirt/host/versions.tf index e8edd4336..9755225ff 100644 --- a/backend_modules/libvirt/host/versions.tf +++ b/backend_modules/libvirt/host/versions.tf @@ -7,7 +7,7 @@ terraform { } libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } -} \ No newline at end of file +} diff --git a/main.tf.libvirt-testsuite.example b/main.tf.libvirt-testsuite.example index 7e61308b5..d60283f3d 100644 --- a/main.tf.libvirt-testsuite.example +++ b/main.tf.libvirt-testsuite.example @@ -3,7 +3,7 @@ terraform { required_providers { libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } } diff --git a/main.tf.libvirt-testsuite.example.Manager-43 b/main.tf.libvirt-testsuite.example.Manager-43 index f8de11d67..10bf13afe 100644 --- a/main.tf.libvirt-testsuite.example.Manager-43 +++ b/main.tf.libvirt-testsuite.example.Manager-43 @@ -3,7 +3,7 @@ terraform { required_providers { libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } } diff --git a/main.tf.libvirt.example b/main.tf.libvirt.example index ae98dab40..0070e309f 100644 --- a/main.tf.libvirt.example +++ b/main.tf.libvirt.example @@ -3,7 +3,7 @@ terraform { required_providers { libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } } diff --git a/main.tf.libvirt.example.Manager-43 b/main.tf.libvirt.example.Manager-43 index bd4bc0989..f4c970117 100644 --- a/main.tf.libvirt.example.Manager-43 +++ b/main.tf.libvirt.example.Manager-43 @@ -3,7 +3,7 @@ terraform { required_providers { libvirt = { source = "dmacvicar/libvirt" - version = "0.6.3" + version = "0.8.1" } } }