What role does infrastructure as code (IaC) play in DevOps?
IaC allows infrastructure to be defined and managed using code, enabling teams to provision and configure resources programmatically. This promotes consistency, repeatability, and version control in infrastructure management.
