Skip to content

Commit 8839153

Browse files
Merge pull request #8 from MonolithProjects/develop
Bump libvirt provider version
2 parents f437bac + 198eeac commit 8839153

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ terraform {
5858
required_providers {
5959
libvirt = {
6060
source = "dmacvicar/libvirt"
61-
version = "0.6.3"
6261
}
6362
}
6463
}

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
libvirt = {
66
source = "dmacvicar/libvirt"
7-
version = "0.6.3"
7+
version = ">=0.6.9"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)