ExportResourceGroup interface

Export parameter for a resource group

Extends

Properties

namePattern

The name pattern of the Terraform resources

resourceGroupName

The name of the resource group to be exported

type

The parameter type

Inherited Properties

fullProperties

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

maskSensitive

Mask sensitive attributes in the Terraform configuration

targetProvider

The target Azure Terraform Provider

Property Details

namePattern

The name pattern of the Terraform resources

namePattern?: string

Property Value

string

resourceGroupName

The name of the resource group to be exported

resourceGroupName: string

Property Value

string

type

The parameter type

type: "ExportResourceGroup"

Property Value

"ExportResourceGroup"

Inherited Property Details

fullProperties

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

fullProperties?: boolean

Property Value

boolean

Inherited From BaseExportModel.fullProperties

maskSensitive

Mask sensitive attributes in the Terraform configuration

maskSensitive?: boolean

Property Value

boolean

Inherited From BaseExportModel.maskSensitive

targetProvider

The target Azure Terraform Provider

targetProvider?: string

Property Value

string

Inherited From BaseExportModel.targetProvider