Terraform lets you create and manage infrastructure using code instead of manual UI clicks.
Servers, VPCs, Load Balancers, Databases — all defined in files.
IaC = Managing infrastructure through configuration files.
Benefits:
Terraform is an open-source IaC tool by HashiCorp that works across:
AWS • Azure • GCP • Kubernetes • VMware • and more.
WriteCode →Init →Plan →Apply →Destroy
terraform init – downloads provider plugins
terraform plan – preview changes