Infrastructure as Code is often associated with “Continuous Configuration Automation.” We think the term should be “Continual Configuration Automation.”
There are four popular tools to rapidly provision cloud infrastructure using templates: Azure Resource Manager, CloudFormation, Terraform, and Heat. Three of these tools each support two different types of template files for provisioning servers.
- Azure Resource Manager uses JSON exclusively (as our research indicates as of November of 2017).
…