infrastructure as code
termcloudops culture
Stands for: infrastructure as code (IaC)
Managing servers and networks through version-controlled configuration files rather than manual setup.
With IaC, the desired infrastructure is declared in code (Terraform and friends), reviewed, and applied repeatably, so environments are consistent and auditable. It brings software engineering discipline, review, versioning, testing, to operations.
Also known as: iac, infrastructure-as-code, terraform, declarative infra