ExportResult interface

The Terraform export result

Properties

configuration

The exported Terraform HCL configuration.

errors

A list of errors encountered during export operation.

import

The Terraform import blocks for the configuration, necessary for managing existing Azure resources in Terraform.

skippedResources

A list of Azure resources which could not be exported to Terraform. The most common cause is lack of Terraform provider support. Change the provider type to azapi for bigger set of supported resources.

Property Details

configuration

The exported Terraform HCL configuration.

configuration?: string

Property Value

string

errors

A list of errors encountered during export operation.

errors?: ErrorDetail[]

Property Value

import

The Terraform import blocks for the configuration, necessary for managing existing Azure resources in Terraform.

import?: string

Property Value

string

skippedResources

A list of Azure resources which could not be exported to Terraform. The most common cause is lack of Terraform provider support. Change the provider type to azapi for bigger set of supported resources.

skippedResources?: string[]

Property Value

string[]