Infrastructure as Code enables version-controlled, repeatable cloud resource provisioning.
- True
- False
Answer: True
IaC (Terraform, CloudFormation) defines infrastructure in declarative code, enabling version control, peer review, automated testing, and consistent deployments. Critical for cloud governance.