Data Source: azurerm_data_share_dataset_data_lake_gen2

Use this data source to access information about an existing Data Share Data Lake Gen2 Dataset.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_data_share_dataset_data_lake_gen2" "example" {
  name     = "example-dsdlg2ds"
  share_id = "example-share-id"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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