What is Infrastructure as Code (IaC)?
Software EngineeringLast updated:
Managing infrastructure through code files rather than manual configuration for reproducibility.
IaC tools like Terraform, CloudFormation, and Pulumi define infrastructure in version-controlled files. This enables reproducible environments, peer review, and automated provisioning.