It’s nice that you are going the extra mile to learn more
They are introduced and saved as environment variables in the EC2 instance when you run source scripts/setup_jupyter_env.sh. If you are curious, take a look at lines 52 to 74 in the scripts/setup_jupyter_env.sh file.
I see ok. I did wonder if it was in the env variables but i echo $source_database instead of $TF_VAR_source_database so I didn’t manage to find it. Found the relevant documentation for it. Thanks for your guidance!