C4W4 terraform apply crash

in C4W4, Assignment5:Capstone Project part 1, when I try to execute terraform apply in Serving zone(4.3), it crashed and showed below error message.

The terminal process “usr/bin/bash” terminated with exit code: 1

I don’t see any further message. I destroyed and retried a couple times and still received the same message.

Hello @arctica82,

Could run terraform apply -target=module.serving -no-color 2> errors.txt instead, that will create an errors.txt file that will provide some details about the crash.
You should be able to find those resources in the AWS console and delete them manually. If you can’t find them or delete them after a few hours a new lab session might clear them.
You could request for a lab refresh to reset your lab resources. Thank you

Thank you Georgios, It helped.

1 Like