Skip to content

Commit

Permalink
Merge pull request #8 from Kaurin/fix/force-libvirt-dep
Browse files Browse the repository at this point in the history
fix: Setting the correct libvirt version as dependency
  • Loading branch information
Kaurin authored Jan 18, 2025
2 parents 0fc87e3 + b7c4db4 commit aec3912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ terraform {
required_version = ">= 1.6.6"
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
source = "dmacvicar/libvirt"
version = "0.7.6"
}
}
}

0 comments on commit aec3912

Please sign in to comment.