Skip to content

Commit 5e0fb2f

Browse files
Bump dmacvicar/libvirt from 0.8.2 to 0.8.3 in /terraform
Bumps [dmacvicar/libvirt](https://github.com/dmacvicar/terraform-provider-libvirt) from 0.8.2 to 0.8.3. - [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.2...v0.8.3) --- updated-dependencies: - dependency-name: dmacvicar/libvirt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 647a002 commit 5e0fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_version = ">= 0.13"
44
required_providers {
55
libvirt = {
6-
version = "0.8.2"
6+
version = "0.8.3"
77
source = "registry.terraform.io/dmacvicar/libvirt"
88
}
99
}

0 commit comments

Comments
 (0)