← Package directory
Available on winget

Install Azure Terrafy

A tool to bring your existing Azure resources under the management of Terraform.

Install with winget
winget install --id Microsoft.Azure.Aztfy
Upgrade
winget upgrade --id Microsoft.Azure.Aztfy
Uninstall
winget uninstall --id Microsoft.Azure.Aztfy

About Azure Terrafy

Azure Terrafy imports the resources that are supported by the Terraform AzureRM provider into the Terraform state, and generates the corresponding Terraform configuration. Both the Terraform state and configuration are expected to be consistent with the resources' remote state, i.e., terraform plan shows no diff. The user then is able to use Terraform to manage these resources.

What's new in 0.10.0

No release notes provided.

Version history

Version Updated Notes
0.10.0 Unknown No notes
0.9.0 Unknown ENHANCEMENTS: Importing resources in parallel - rather than in serial. The default parallelism is set to 10. Users can change it via the option --parallelism (#260) Supports Terraform AzureRM provider v3.31.0 (#302) BUG...
0.8.0 Unknown No notes
0.7.0 Unknown No notes