dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Fix malformed connection remote name when using ssh remote uri. #1030

Closed tiaden closed 9 months ago

tiaden commented 9 months ago

Fixes an issue where the remote uri qemu+ssh://username@hostname:2222/system?foo=bar&bar=foo does not resolve to qemu:///system as remote name

michaelbeaumont commented 9 months ago

Thanks!