Module # 2:
- Link to the classroom item you are referring to: Assignment 2: Building a Data Lakehouse with AWS Lake Formation and Apache Iceberg | Coursera
- Description:
I started this assignment about 2 weeks ago, but I was unable to finish it in one sit. I then tried continuing with the lab, but have not had any luck since; this is the error I get after doing the following in the terminal:
- source scripts/setup.sh
- terraform init
- terraform plan – suddenly, the terminal crashes.
I’ve tried using the terraform apply -no-color… command, and here is the error that I get:
Error: Reference to undeclared module
on outputs.tf line 16, in output “glue_ratings_to_iceberg_job”:
16: value = module.transform_etl.glue_ratings_to_iceberg_job
No module call named “transform_etl” is declared in the root module.
Error: Reference to undeclared module
on outputs.tf line 20, in output “glue_csv_transform_job”:
20: value = module.transform_etl.glue_csv_transform_job
No module call named “transform_etl” is declared in the root module.
Error: Reference to undeclared module
on outputs.tf line 24, in output “glue_ratings_transform_job”:
24: value = module.transform_etl.glue_ratings_transform_job
No module call named “transform_etl” is declared in the root module.
I can’t get past these errors. Can you please help? Perhaps all that is needed is a lab reset.
Really looking forward to finishing this certificate.
PS. Hawraa Salami has already contacted me once, mentioning that there are no issues with my AWS account. However, I have not received further replies when I mentioned the above in a reply email.