1. Terraform Basics

Define your cloud resources in .tf files. Terraform creates, updates, and deletes infrastructure based on your code.

$ terraform init

Initialize working directory and providers

$ terraform plan

Preview changes before applying

$ terraform apply

Create the actual cloud infrastructure