I have been trying for 5 days to finish the lab but I have not been able to. Each time at some point the terminal crashes, mostly when running terraform or while setting up dbt (error code is mostly The terminal process “/usr/bin/bash” terminated with exit code: 1. but not only). I am not sure how to go on, could you please help and/or advise?
Hi, I requested a lab reboot but it does not look like they have. I was able to recover this error when the terminal crashed (via View > Output>Log) which is the following.
Actually I was able to fix this, so the actual error was the following, which I am not sure why was happening in the first place, anyway I was able to delete and recreate it. The actual issue was that the terminal kept crashing so it was not possible to see what the actual issue with terraform was. I was able to keep it displayed by running 2>&1 | tee -a output.log after the command (so terraform apply 2>&1 | tee -a output.log). If anybody has the same issue, hope this helps.