aztfexport — Export Azure Resources to Terraform Overview is a Microsoft tool that exports existing Azure resources into Terraform HCL + state. It reverse-engineers live Azure infrastructure into Terraform configurations. Use this for Azure-only workflows or Terraform versions before 1.14's native . When to Use - Export a single Azure resource to Terraform → - Export an entire resource group → - Export resources matching an Azure Resource Graph query → - Bootstrapping IaC from existing Azure infrastructure Use skill instead when: Terraform = 1.14 with + bulk import (multi-cloud, not Azure-spe…