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

Add timeout for TLS connection URI #904

Open gxben opened 2 years ago

gxben commented 2 years ago

Uses Go context to add a 2s dial timeout the same way it is done for TCP connections.