Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 2.6 KB

File metadata and controls

executable file
·
47 lines (30 loc) · 2.6 KB

Terraform Tutorial


This tutorial is designed to show some basics of terraform, which is infrastructure as code. You can follow along with the corresponding youtube videos. These are just a quick way with teaching you how to get started.

Tutorials


  1. Getting Started

    We'll walk through the basic set-up of terraform and basics on terraform files and syntax. In this tutorial, we use Linode as our provider. You can sign up for an account here with free credits.

  2. Terraform State And Files

    This portion is to show you different ways to set up your terraform directories, find terraform state information, how to use variables, and to comment within files.

  3. Terraform CLI, Functions, and Data

    We'll be going over various Terraform CLI Commands, built in functions, and how to use data modules.

  4. Terraform Working With Multiple Resources

    We'll be creating multiple resources using counts and for_each in this module. We'll also create multiple resoucres that have dependecies upon each other.