Data Storage and Queries Week 2 Assignment for Lake formation, sorry maybe a dumb question
When i type terraform plan or terraform destroy, i get this enter a value ? what should i enter here ?
why is it even asking for the curated_db_ml_table, this is the landing portion ?
1 Like
Hello @maraprik,
Probably your terminal crashed/restarted after a terraform command. You need to set those variables and terraform configurations with source scripts/setup.sh
so you don’t have to input them manually. Try to use source scripts/setup.sh
every time your terminal is crashing before continue with terraform plan
. Hope it helps
thank you Georgios, ill try this and let you know.
1 Like