» 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" "test" {
  name                = "example-lab"
  resource_group_name = "example-resources"
}

output "unique_identifier" {
  value = "${data.azurerm_dev_test_lab.test.unique_identifier}"
}

» Argument Reference

  • name - (Required) The name of the Dev Test Lab.

  • resource_group_name - (Required) The Name of the Resource Group where the Dev Test Lab exists.

» Attributes Reference