This repository contains a series of hands-on tutorials to help you get started with Terraform. Each folder contains a different lesson, complete with instructions and code examples.
Written using Terraform v1.13.5 & Open Tofu v1.10.7
Before you begin, ensure you have the following installed:
Before you begin, ensure you have the following installed:
-
Fork this repository to your own GitHub account.
-
Clone the repository:
git clone https://github.com/yourusername/learn-terraform.git cd learn-terraform -
Navigate to the first lesson:
cd 01-variables -
Follow the instructions in the
README.mdfile to complete the lesson.