Capstone C4W4 part 1 - Terraform fails during transform phase

Capstone Project Part 1

Terraform fails during the transform stage, there are two errors that just flash in the screen and then it goes back to cli prompt. I re-start init, and then always in plan I get this

var.catalog_database
Curated DB name

Enter a value:

I cannot seem to get pass this point even after refreshing rebooting, refreshing, etc

Hello @acasasa
You need to run source scripts/setup.sh in the same terminal instance where you are running your terraform commands. Without this command, the terraform variables don’t have values, and you will be asked for them during the planing phase.