ExportResult interface
The Terraform export result
Properties
configuration | The Terraform configuration content |
errors | A list of errors derived during exporting each resource |
skipped |
A list of Azure resources which are not exported to Terraform due to there is no corresponding resources in Terraform |
Property Details
configuration
The Terraform configuration content
configuration?: string
Property Value
string
errors
A list of errors derived during exporting each resource
errors?: ErrorDetail[]
Property Value
skippedResources
A list of Azure resources which are not exported to Terraform due to there is no corresponding resources in Terraform
skippedResources?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript