# SSH private key to use for access to nodes vm_ssh_private_key = "~/.ssh/id_ed25519" # how many control-plane nodes to create control_plane_count = 2 # how many worker nodes to create node_count = 2 # how many load balancers to create load_balancer_count = 1 # which image to use as the base image vm_image_source = "https://pkgbuild.com/~dvzrv/images/Arch-Linux-x86_64-cloudimg-20201211.10966.qcow2"