Skip to content

Commit

Permalink
deps: update Terraform libvirt to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent e6e1ac5 commit 09fa671
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
37 changes: 16 additions & 21 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.1"
version = "0.7.4"
}
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.1"
version = "0.7.4"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 09fa671

Please sign in to comment.