Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.22 KB

storage_key.html.markdown

File metadata and controls

46 lines (29 loc) · 1.22 KB
layout page_title description
azuredevops
AzureDevops: Data Source: azuredevops_storage_key
Resolve a descriptor to a storage key.

Data Source: azuredevops_storage_key

Use this data source to access information about an existing Storage Key.

Example Usage

data "azuredevops_storage_key" "example" {
  descriptor = "aad.000000000000000000000000000000000000"
}

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

Arguments Reference

The following arguments are supported:

  • descriptor - (Required) The descriptor that will be resolved to a storage key.

Attributes Reference

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

  • id - The ID of the Storage Key.

  • storage_key - The Storage Key of the descriptor.

Relevant Links

Timeouts

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

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