Skip to content

Commit

Permalink
Bump dmacvicar/libvirt from 0.7.6 to 0.8.0 in /terraform
Browse files Browse the repository at this point in the history
Bumps [dmacvicar/libvirt](https://github.com/dmacvicar/terraform-provider-libvirt) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/dmacvicar/terraform-provider-libvirt/releases)
- [Changelog](https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/CHANGELOG.md)
- [Commits](dmacvicar/terraform-provider-libvirt@v0.7.6...v0.8.0)

---
updated-dependencies:
- dependency-name: dmacvicar/libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 1ec8a42 commit 44a3f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
libvirt = {
version = "0.7.6"
version = "0.8.0"
source = "registry.terraform.io/dmacvicar/libvirt"
}
}
Expand Down

0 comments on commit 44a3f16

Please sign in to comment.