Skip to content

Commit

Permalink
Update Terraform libvirt to v0.6.9
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot committed Jun 30, 2021
1 parent 0cefeb3 commit 256e3b7
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.6.9"
}
}
}
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.6.9"
}
}
}
Expand Down

0 comments on commit 256e3b7

Please sign in to comment.