Data Source: azurerm_dev_test_lab

Use this data source to access information about an existing Dev Test Lab.

Example Usage

data "azurerm_dev_test_lab" "example" {
  name                = "example-lab"
  resource_group_name = "example-resources"
}

output "unique_identifier" {
  value = data.azurerm_dev_test_lab.example.unique_identifier
}

Argument Reference

Attributes Reference

Timeouts

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