C2_W3_Lab_2_CloudWatch - Terraform Apply Keeps Crashing

Hello @simply.me

This issue is because you used terraform apply when the lab server was rebooted without destroying terraform before. You could run terraform apply -no-color 2> errors.txt to see what errors cause the terminal to crash. Also you might need to run source scripts/setup.sh from part 2 to continue. Thank you