You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Export for Terraform is a tool designed to help reduce friction in translation between Azure and Terraform concepts.
12
+
Azure Export for Terraform (`aztfexport`) is CLI a tool designed to help reduce friction in translation between Azure and Terraform concepts. This tool complements the [portal Terraform export experience](get-started-export-resources-portal.md).
13
13
14
14
## Benefits
15
15
@@ -20,6 +20,13 @@ Azure Export for Terraform enables you to:
20
20
-**Inspect preexisting infrastructure with all exposed properties.** Whether learning a newly released resource or investigating an issue in production, Azure Export for Terraform supports a read-only export with the option to expose all configurable resource properties.
21
21
-**Follow plan/apply workflow to integrate non-Terraform infrastructure into Terraform.** Export HCL code, inspect non-Terraform resources and easily integrate them into your production infrastructure and remote backends.
22
22
23
+
## Comparison with portal export experience
24
+
25
+
This CLI tool provides more features in comparison to the portal experience.
26
+
27
+
-**Number of resources that can be exported**. In portal only up to 1000 resources can be exported, and the maximum exported configuration payload is 4 MB. Error wil be returned if the limit is exceeded.
28
+
-**Supported resource types**. In portal, some resource types such as Key Vault cannot be exported, but they are supported in the CLI tool.
29
+
23
30
## Installation
24
31
25
32
The [Azure Export for Terraform GitHub page](https://github.com/Azure/aztfexport/releases) lists releases of the tool with links to installation for various platforms (Windows MSIs, Homebrew, and Linux installations) and the source code.
0 commit comments