Skip to content

Commit

Permalink
Pin terraform-provider-libvirt to fix issue with ssh connections (#164)
Browse files Browse the repository at this point in the history
* embed/terraform/versions.tf: Pin terraform-provider-libvirt to 0.7.1
  as 0.7.4 results in a connection failure during provisioning
  • Loading branch information
ahuston-0 authored and MusicDin committed Oct 30, 2023
1 parent 08c9916 commit d142ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed/terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "~> 0.7.1"
version = "0.7.1"
}
}
}

0 comments on commit d142ed0

Please sign in to comment.