ExportResult interface

The Terraform export result

Properties

configuration

The Terraform configuration content

errors

A list of errors derived during exporting each resource

skippedResources

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[]