C4W4 Project Capstone Part 1: Terraform plan asking for values

I am very stuck. It keeps asking me for values for the database and all other variables so I can’t continue with the terraform part after running terraform plan:

I am assuming the variables.tf file is not updated? Please assist.

I believe this is because you may have overlooked running source scripts/setup.sh

Run this command before the terraform steps and it should be fixed

1 Like

Thanks very much wesly! I forgot to do that because I had recently had a lab refresh. That solved the problem