Daily Term: Terraform
Terraform
Terraform is an open-source Infrastructure as Code (IaC) tool by HashiCorp that allows developers to define and manage infrastructure using declarative configuration files. For example, a Terraform script might define an AWS EC2 instance, VPC, and S3 bucket, which Terraform then provisions automatically. Terraform supports multiple cloud providers, ensures consistency, and enables version control, but it requires learning its syntax and managing state files.
Date: 2025-09-29