Data Source: azurerm_machine_learning_workspace

Use this data source to access information about an existing Machine Learning Workspace.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_machine_learning_workspace" "existing" {
  name                = "example-workspace"
  resource_group_name = "example-resources"
}

output "id" {
  value = azurerm_machine_learning_workspace.existing.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


The identity block exports the following attributes:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: