What is "infrastructure as code"? What implementation of IAC are you familiar with?
Answer
IAC (infrastructure as code) is a declarative approach of defining infrastructure or architecture of a system. Some implementations are ARM templates for Azure and Terraform that can work across multiple cloud providers.