Skip to content

Commit

Permalink
chore(deps): update terraform libvirt to v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 93df519 commit f048313
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.1"
}
}
}
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.1"
}
}
}
Expand Down

0 comments on commit f048313

Please sign in to comment.