7. Deploy the infrastructure (done on a per‐lab basis) - AndyGreenPhD/ksu_labs GitHub Wiki
You will need to deploy your Terraform infrastructure in order to create the systems you need for your lab. 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
- 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
- Type terraform apply to preview the changes that Terraform will make.
- Review the changes and type yes when prompted to confirm the changes. Wait for Terraform to provision the instances.
- Once Terraform is finished, take note of the public IP addresses for your systems.