Overview
Syllabus
Introduction
What is IaC
What is Terraform
Install Terraform
How to install Terraform on Windows
How to install Terraform on Mac OS
How to install Terraform on Linux
Create Terraform project
Create Configuration file e.g. main.tf
Decide a provider & mention in config file
Run commands terraform init terraform validate
Add infrastructure details in config file, Run terraform fmt
Run terraform init
Run terraform plan
Run terraform apply
Verify terraform show
terraform.tfstate file
Delete terraform destroy
Summary for Terraform basics
Intro to next steps
Terraform Variables variables.tf terraform.tfvars
Terraform Output outputs.tf
Terraform Modules
Manage Environments using folders
Manage Environments using Workspaces
Terraform Project Structure
Summary
Taught by
Automation Step by Step