Data Source: azurerm_synapse_workspace

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

Example Usage

data "azurerm_synapse_workspace" "example" {
  name                = "existing"
  resource_group_name = "example-resource-group"
}

output "id" {
  value = data.azurerm_synapse_workspace.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

the following Attributes are exported:


The identity block exports the following:

Timeouts

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