Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.28 KB

descriptor.html.markdown

File metadata and controls

46 lines (29 loc) · 1.28 KB
layout page_title description
azuredevops
AzureDevops: Data Source: azuredevops_descriptor
Resolve a storage key(`user`, `group`, `scope`, etc.) to a descriptor.

Data Source: azuredevops_descriptor

Use this data source to access information about an existing Descriptor.

Example Usage

data "azuredevops_descriptor" "example" {
  storage_key = "00000000-0000-0000-0000-000000000000"
}

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

Arguments Reference

The following arguments are supported:

  • storage_key - (Required) The ID of the resource(user, group, scope, etc.) that will be resolved to a descriptor.

Attributes Reference

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

  • id - The ID of the Descriptor.

  • descriptor - The descriptor of the storage key.

Relevant Links

Timeouts

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

  • read - (Defaults to 2 minutes) Used when retrieving the Descriptor.