Skip to content

trying to import azure container instances with logging turned on does fail #592

@cpinotossi

Description

@cpinotossi

Trying to import Microsoft.ContainerInstance/containerGroups with logging assigend to log analytics workspace with the following ARM setting inside the ContainerGroup:
"diagnostics": {
"logAnalytics": {
"workspaceId": "b29c1d75-d576-4eac-8fd0-04bba0c3dc62",
"logType": "ContainerInstanceLogs",
"workspaceKey": "[parameters('containerGroups_azcptdtf_workspaceKey')]"
}
}

does fail with the following error message:

Microsoft Azure Export for Terraform

1 error occurred:
* task handler error: failed to merge state file: 1 error occurred:
* showing state file C:\Users\chpinoto\AppData\Local\Temp\aztfexport-1257084642\terraform.tfstate: exit status 1
Failed to marshal state to json: unsupported attribute "gpu"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions