layout | page_title | description |
---|---|---|
azuredevops |
AzureDevops: Data Source: azuredevops_descriptor |
Resolve a storage key(`user`, `group`, `scope`, etc.) to a descriptor. |
Use this data source to access information about an existing Descriptor.
data "azuredevops_descriptor" "example" {
storage_key = "00000000-0000-0000-0000-000000000000"
}
output "id" {
value = data.azuredevops_descriptor.example.id
}
The following arguments are supported:
storage_key
- (Required) The ID of the resource(user
,group
,scope
, etc.) that will be resolved to a descriptor.
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.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 2 minutes) Used when retrieving the Descriptor.