layout | page_title | description |
---|---|---|
azuredevops |
AzureDevops: Data Source: azuredevops_storage_key |
Resolve a descriptor to a storage key. |
Use this data source to access information about an existing Storage Key.
data "azuredevops_storage_key" "example" {
descriptor = "aad.000000000000000000000000000000000000"
}
output "id" {
value = data.azuredevops_storage_key.example.id
}
The following arguments are supported:
descriptor
- (Required) The descriptor that will be resolved to a storage key.
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.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 2 minutes) Used when retrieving the Storage Key.