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 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
Thanks very much wesly! I forgot to do that because I had recently had a lab refresh. That solved the problem