C1W2 - Terminal crashes when trying to apply Terraform

I can’t pass / complete the lab as I’m having problems since yesterday. Yesterday the problem was that the glue job didn’t run. Today when I tried again the terminal is crashing after the step 4.8 terraform apply.

What should I do to be able to complete this lab?

Hello @jmacedo,

There could be an issue with Insufficient Lake Formation Permission when you run your job and it failed. Please submit this form for a lab refresh it seems to fix it, note that it takes 1-2 business days to complete:

The issue with terraform crashing has to do with existing resources. You could run terraform apply -no-color 2> errors.txt instead of terraform apply . That will create a errors.txt file that will show info about the terminal crash:

The lab refresh should do the trick clearing them but you could actuallly go to AWS console > Glue (where you find de-c1w2-etl-job and go to databases tab on the left) and delete them manually (e.g. de-c1w2-analytics-db). Hope it helps