Skip to content

Commit

Permalink
fix: Setting the correct libvirt version as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Jan 18, 2025
1 parent 0fc87e3 commit b7c4db4
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 b7c4db4

Please sign in to comment.