Recent content by pavel4000

  1. P

    Option for double bastion Terraform setup?

    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...
  2. P

    Cloud-init ready image fails to set login credentials from a terraform script

    Hi, I would like to provision basic architecture consisting of several master, agent and balancer VMs, totaling at 8 resources. All of the VMs are to be cloned from a prepared cloud-init ready VM template using a Terraform script. When cloning from a template with login credentials already...