Skip to content

Commit

Permalink
chore(deps): update terraform libvirt to v0.8.0
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] authored Sep 23, 2024
1 parent 6a8ada5 commit af39ba5
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.8.0"
}
}
}
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.8.0"
}
}
}
Expand Down

0 comments on commit af39ba5

Please sign in to comment.