C1W2 - Assignment - when I run terraform plan it asks for "Enter a value: "

When I try to run the command
terraform plan
the expected output is the summary of planned changes which I can confirm running terraform apply.

But when I run terraform plan it asks me to enter a value for var.data_lake_bucket

This is expected? What value should I be entering here or how do I get over this?

Hello @Uma0697
Make sure you have run the command in step 4.3, before you move on to this step. The terraform variables are given values on this step. So, if you have done it in the same terminal where you run your terraform commands, terraform won’t ask you for values on terraform plan.

1 Like