6. Initializing the Terraform Module - AndyGreenPhD/ksu_labs GitHub Wiki

You will need to initialize Terraform each time you start the lab in order to pull any updates they may have pushed since the last time you used it. This process will explain how to do that.

This section is written for both Windows and Mac using a single set of instructions.

For Windows users, "terminal" means Command Prompt. The use of $HOMEDIR means your home directory.

Tutorial video can be viewed here

  1. Open a terminal and navigate to the $HOMEDIR\ksu_labs-main\lab root directory of the module. The lab root directory will vary based on class. For example, the lab root directory for ISA and CYBR 3210 is 3210_labs. So, your root directory would be $HOMEDIR\ksu_labs-main\3210_labs
  2. Type terraform init to download any necessary dependencies.