Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 723 Bytes

abstract.md

File metadata and controls

8 lines (7 loc) · 723 Bytes
ms.author ms.topic ms.date ms.custom
tarcher
include
04/22/2023
devx-track-terraform

Terraform enables the definition, preview, and deployment of cloud infrastructure. Using Terraform, you create configuration files using HCL syntax. The HCL syntax allows you to specify the cloud provider - such as Azure - and the elements that make up your cloud infrastructure. After you create your configuration files, you create an execution plan that allows you to preview your infrastructure changes before they're deployed. Once you verify the changes, you apply the execution plan to deploy the infrastructure.