0Pricing
Terraform Infrastructure as Code · Lesson

Installing Terraform and CLI Basics

Learn to install Terraform on your local machine and become familiar with essential command-line interface (CLI) commands like `init`, `plan`, and `apply`.

Welcome to Terraform CLI!

Terraform runs through its command-line interface — you type commands in a terminal to manage infrastructure. Let's get it installed and learn the basics.

Getting Terraform Ready

Installing Terraform is three moves: download the binary for your OS, extract it, then add it to your PATH so your shell can find it by name.

All lessons in this course

  1. Introduction to IaC and Terraform
  2. Installing Terraform and CLI Basics
  3. Your First Terraform Configuration
  4. Understanding Terraform Plan and Apply
← Back to Terraform Infrastructure as Code