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

Question: The provider supports JumpProxy for KVM API? #943

Open wmariuss opened 2 years ago

wmariuss commented 2 years ago

I have a KVM server with a private IP, this is accessible only via VPN. I created a VM with a public IP that act as a Jump host for the KVM server, to have access to the internal API of KVM. Can the provider offer this mechanism to communicate with the KVM API? If so, what do i need?