The practice of defining infrastructure and configuration in version-controlled code files is called Infrastructure as ________.
- Code
- Water Ice / Oxygen
- Ground Station
- Beam / Nucleus
Answer: Code
IaC (Terraform, Ansible, CloudFormation) defines infrastructure in declarative code, enabling version control, peer review, automated testing, consistent deployments.