What is Terraform ? Zero to Hero

Опубликовано: 17 Март 2026
на канале: Azim Shaik
130
4

Getting Started with Terraform - Infrastructure as Code | IaC | DevOps , Google Cloud
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
What is Terraform ?
Traditional approach VS Infrastructure as Code (IaC)
How is infrastructure handled in organizations ?
Configuration drift - Point and Click approach
Philosophy of Infrastructure as Code
Google Cloud Platform - Virtual Machine creation using Terraform
Terraform Architecture - Terraform Core, Terraform Configuration file, Terraform State file (.tfstate)
How Terraform works?
Creating new service account key in Google Cloud Project
Creating man.tf Terraform configuration file
Defining google compute instance resource block with e2-micro and debian-10
Executing "terraform init" to initialize the terraform
Executing "terraform plan" to generate speculative plan
Executing "terraform apply" to create virtual machine on google cloud project
Executing "terraform destroy" to destroy resources we just created