Hi,
so due to security policies of my company, I am in need of a double bastion networking setup to connect to my VMs in Proxmox.
If I were to ssh into one of my VMs the steps would be:
my_pc -> ssh jump_server -> ssh pve-node -> VM
However, using Terraform with proxmox provider, I am able to...