Hey all,
Just started using Packer today, and I have it building and seeding an Ubuntu 20.04 box with cloud-init using virtualbox-iso. However, all the reference material use SSH which is supposed to run and shutdown the machine when it’s succesful. My issue is that packer is trying to connect to the installers SSH server during the cloud-init process. Neither ssh_wait_timeout, or ssh_timeout seem to account for this. Am I missing something really obvious, along the lines of “ssh_delay”
Cheers