After running the terraform init and plan,i am prompt to enter value, which i have no clue what that is? as this is not error and i could not find the explanation to it.
Another learner posted almost exactly this question a couple of days ago.
The problem in that case was that they had skipped a step in the instructions, which would prevent that “Enter a value” question from appearing.
Hello @sk55
Terraform variables are defined when you run the command source scripts/setup_jupyter_env.sh
. Make sure that you run this command in the terminal instance you want to run your terraform commands.