Skip to content

Commit

Permalink
chore(deps): update terraform libvirt to v0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 10, 2023
1 parent 93df519 commit e6f41ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/libvirt/ubuntu/aarch64/ubuntu-aarch64.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.2"
version = "0.7.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/libvirt/ubuntu/x86-64/ubuntu-x86_64.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.2"
version = "0.7.2"
}
}
}
Expand Down

0 comments on commit e6f41ab

Please sign in to comment.