I have uncommented the lines on main.tf and output.tf for the first task. When running “Terraform init” after running “source setup.sh“ the terminal crashes with error code1
Hello @nmahlouji
You can run the init command like this: terraform init -no-color 2> errors.txt. This way, the errors get outputted to the errors.txt file, and you will be able to see what’s going wrong.
2 Likes
