This repository contains code used in exercises that are part of KnowledgeHut's Infrastructure with Terraform course. The code samples used in excercises for each of the course modules are included in subdirectories.
You should use this code when performing the course activities. It will allow you to follow along with the instruction and execute the examples. It is strongly recommended that you fork this project and use the code using one of the following methods.
-
GitHub Codespaces - With this approach, you are using a variation of the VS Code editor in your borwser by way of GitHub Codespaces. You can read further about GitHub Codespaces in the service documentation.
-
Clone to your local system - This method requires that you have the assumed tooling installed on your local system (git, Terraform, AWS CLI, etc.). Please refer to comments in the Dockerfile for a full inventory of the assumed tooling. With this approach, you clone the repository to your local system, navigate the code using an editor of choice installed on your system, and perform the excercises described in the course.