Problem Statement
What best describes Infrastructure as Code?
Explanation
Infrastructure as Code, or IaC, is a DevOps practice that automates infrastructure provisioning through machine-readable configuration files or code. Instead of manual setup, engineers define and manage environments programmatically, ensuring consistency, scalability, and reproducibility across all deployments.
