C1W4 lab disconnected and failed during Terraform plan

Hi,
During the C1W4 Assignment 3, Section 2.4, the lab disconnected and reloaded empty.

I used reboot lab and it seemed fine.
I continued the same section again (cd terraform, init terraform) but after the init plan step I got this output:

coder@06e3ac85a830:~/project/terraforms terraform plan
var.data_lake_bucket
S3 Bucket for Data lake

C1W4 lab problem.pdf (187.9 KB)

How do I continue?
Thank you.

Hello @wingz
You need to run source ./scripts/setup.sh, from step 1.6, in the same terminal instance where you are running your terraform command. That way, you won’t face the same issue.

@Amir_Zare Solved. Thank you!