I could reproduce the error, it seems you included the quotes when you copied the password in step 2.5.. It says Note : The outputs are printed in double quotes, which are not part of the username or password. Could you try without the quotes to connect. Hope it helps:
Unfortunately, this doesn’t seem to be the cause, I copied it without the quotes.
Any other idea what could be happening? I retried and now the terminal just crashes and closes automatically without any error
Sorry for the inconvenience, the terminal crashed to me as well. There are two potential reasons and one is existing resources, the other could be bad configuration files for terraform init/plan. I had to delete the terraform folder and use get latest version to proceed (check this post since others had the same issue and hawraa explains 100%.
Aferwards to stop terraform apply from crashing you should instead use terraform apply -no-color 2> errors.txt and check errors.txt file for existing resources. Then delete them:
Since the terminal crashed again you need to use source scripts/setup.sh to load the terraform variables before you go to terraform folder. Then run the terraform commands as usual and terraform apply -no-color 2> errors.txt to find more resources:
The second time you might also need to delete the crawler
The password that you used is probably the issue that you can’t connect. I got that error and used ctr+c to password (e.g. “p3VJhQmilAY”)without the quotes or spaces (p3VJhQmilAY) and ctr+v in the empty space. Hope it helps