OPERATING SYSTEMSOS Linux

Terraform complete course | Step by Step for Beginners

Timestamps ▬▬▬
00:00 Introduction
03:14 What is IaC
07:56 What is Terraform

11:31 Install Terraform
12:01 How to install Terraform on Windows
20:49 How to install Terraform on Mac OS
39:21 How to install Terraform on Linux

43:25 Create Terraform project
52:16 Create Configuration file e.g. main.tf
52:49 Decide a provider & mention in config file

1:06:41 Run commands terraform init terraform validate
1:13:02 Add infrastructure details in config file, Run terraform fmt

1:22:44 Run terraform init
1:23:34 Run terraform plan
1:28:26 Run terraform apply
1:33:41 Verify terraform show
1:35:50 terraform.tfstate file
1:37:17 Delete terraform destroy
1:41:01 Summary for Terraform basics

1:41:41 Intro to next steps
1:43:04 Terraform Variables variables.tf terraform.tfvars
1:56:39 Terraform Output outputs.tf
2:03:02 Terraform Modules
2:19:26 Manage Environments using folders
2:22:11 Manage Environments using Workspaces
2:35:55 Terraform Project Structure
2:38:31 Summary

Notes – https://docs.google.com/document/d/e/2PACX-1vRw6zcMfrLtyZAeGqmPofQUM2XmsHS2w0BG84WDO5fCZD_AU9C77V-GkYAHMJ2o-Hr3qkm2DKkpfABN/pub

Quiz – https://forms.gle/qE5HSSckE4WcyuGP9

Terraform Demo Project 1 – https://github.com/Raghav-Pal/TerraformDemo1
Terraform Demo Project 2 (workspaces) – https://github.com/Raghav-Pal/Terraform-workspace-demo

All Free Tutorials 🟢 https://AutomationStepByStep.com/

▬▬▬▬▬▬▬

Share with all who may need this

If my work has helped you, consider helping any animal near you, in any way you can

Never Stop Learning
Raghav

▬▬▬

source

by Automation Step by Step

linux foundation

3 thoughts on “Terraform complete course | Step by Step for Beginners

  • I'm happy to see this video from you. You make the best DevOps and testing videos on YouTube. Thank you very much for all your work.

  • Really looking for this.. there's a request if you could make a tutorial on gke with a project.

Comments are closed.