Skip to content

Commit

Permalink
Bump dmacvicar/libvirt from 0.8.0 to 0.8.1 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.8.0 to 0.8.1.
- [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.8.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 814a2c5 commit d1a9731
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.8.0"
version = "0.8.1"
source = "registry.terraform.io/dmacvicar/libvirt"
}
}
Expand Down

0 comments on commit d1a9731

Please sign in to comment.