Skip to content

Commit

Permalink
cli: revert libvirt terraform provider upgrade (#2454)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Oct 16, 2023
1 parent 43f7d9f commit 93b70e5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 32 deletions.
51 changes: 21 additions & 30 deletions cli/internal/terraform/terraform/qemu/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/internal/terraform/terraform/qemu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.4"
version = "0.7.1"
}
docker = {
source = "kreuzwerker/docker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.7.4"
version = "0.7.1"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 93b70e5

Please sign in to comment.