Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Terraform Complete Course - Step by Step for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is IaC
- 3 What is Terraform
- 4 Install Terraform
- 5 How to install Terraform on Windows
- 6 How to install Terraform on Mac OS
- 7 How to install Terraform on Linux
- 8 Create Terraform project
- 9 Create Configuration file e.g. main.tf
- 10 Decide a provider & mention in config file
- 11 Run commands terraform init terraform validate
- 12 Add infrastructure details in config file, Run terraform fmt
- 13 Run terraform init
- 14 Run terraform plan
- 15 Run terraform apply
- 16 Verify terraform show
- 17 terraform.tfstate file
- 18 Delete terraform destroy
- 19 Summary for Terraform basics
- 20 Intro to next steps
- 21 Terraform Variables variables.tf terraform.tfvars
- 22 Terraform Output outputs.tf
- 23 Terraform Modules
- 24 Manage Environments using folders
- 25 Manage Environments using Workspaces
- 26 Terraform Project Structure
- 27 Summary