Can not start terraform

can not start terraform plan

Hello @iambenn
It seems like you haven’t completed the required steps before running terraform plan. There are variables set to None as you can see from the errors. You are supposed to replace these with the appropriate values. Unfortunately, you haven’t used the correct tags for this topic, and I couldn’t find which lab you are talking about to give you further instructions. None of the labs in week 3 of the Data Storage and Queries have terraform. In case your problem isn’t solved, please let me know which lab you are having this issue with.

Amir It is code only 70 line only

@iambenn sorry, I didn’t get what you are trying to say. Can you please tell us in which lab you are facing this issue?

@Amir_Zare C3W2 Week 2 Assignment:
Building a Data Lakehouse with AWS Lake Formation and Apache Iceberg

@iambenn I fixed the tags on this post.
As you can see in the image below, you are supposed to replace the "None"s in the glue.tf file in step 4.2.3 of the lab, before running terraform commands.


Amir
I done 4.2.3. as picture but still terraform plan error
Deployment of Transform ETL Module


Hello @iambenn
The error you are getting this time is not the same as you got before. As you can see from the error message, there is an error with a brace that has not been closed in the file. There must be a closing brace in line 71, and it seems like you have deleted it. Replace it, and you will be good to go.