Assignment 3 Week 4

The lab runs easy enough for the first section till we get to the place where we are doing the AWS ETL Glue Job. In step 1.10 when we have to run the command in terraform, terraform plan, we get an error message that says no configuration found


I then ran the terraform init command incase the previous step had not worked after trying the run the terraform plan command once more. This is the output I get.

No configurations files. What could be error

Hello @MoyoKwaLee
The problem is with the directory you are working in. I guess you had skipped step 1.7.


The config files are provided in the terraform folder. So, if you run the terraform commands there, Terraform will recognize them.

1 Like

Thank you Amir. Let me try that again