title | description | ms.topic | ms.date | ms.custom | adobe-target |
---|---|---|---|---|---|
Using Terraform with Azure |
Learn how Terraform can help you deploy and version your infrastructure on Azure. |
overview |
08/07/2021 |
devx-track-terraform |
true |
Hashicorp Terraform is an open-source tool for provisioning and managing cloud infrastructure. It codifies infrastructure in configuration files that describe the topology of cloud resources. These resources include virtual machines, storage accounts, and networking interfaces. The Terraform CLI provides a simple mechanism to deploy and version the configuration files to Azure.
This article describes the benefits of using Terraform to manage Azure infrastructure.
Terraform's template-based configuration files enable you to define, provision, and configure Azure resources in a repeatable and predictable manner. Automating infrastructure has several benefits:
- Lowers the potential for human errors while deploying and managing infrastructure.
- Deploys the same template multiple times to create identical development, test, and production environments.
- Reduces the cost of development and test environments by creating them on-demand.
As a resource topology becomes complex, understanding the meaning and impact of infrastructure changes can be difficult.
The Terraform CLI enables users to validate and preview infrastructure changes before application. Previewing infrastructure changes in a safe manner has several benefits:
- Team members can collaborate more effectively by quickly understanding proposed changes and their impact.
- Unintended changes can be caught early in the development process
Terraform is adept at deploying an infrastructure across multiple cloud providers. It enables developers to use consistent tooling to manage each infrastructure definition.
Now that you have an overview of Terraform and its benefits, here are suggested next steps:
Based on your environment, install and configure Terraform:
[!INCLUDE configure-terraform.md]