top of page
Introduction To Terraform
Terraform is an infrastructure as code (IaC) tool that helps us to build, change, and version infrastructure safely and efficiently. Terraform in simple words helps to provision the infrastructure. It helps automate and manage our infrastructure, our platform, and services that run on our platform. Terraform is an open-source project by HashiCorp. Terraform Architecture includes 3 main components. Terraform Core Terraform Config file (*.tf file) Terraform State file (*.tfstat
Chandan Rajpurohit
Nov 30, 20251 min read
bottom of page