summaryrefslogtreecommitdiff
path: root/website/docs/r/agent_queue.html.markdown
diff options
context:
space:
mode:
authorEliise S <elseling@microsoft.com>2020-06-23 16:20:05 +0100
committerEliise S <elseling@microsoft.com>2020-06-23 16:20:05 +0100
commit4f7c74ac116a9d7c19ac520b513c708b41a320d5 (patch)
treecdfe7965a130cb7252d0ec1b677b45ca3326426f /website/docs/r/agent_queue.html.markdown
parentce89ffe8bacd00d098beb518bc0690dffd351d0f (diff)
Format markdown
Diffstat (limited to 'website/docs/r/agent_queue.html.markdown')
-rw-r--r--website/docs/r/agent_queue.html.markdown15
1 files changed, 9 insertions, 6 deletions
diff --git a/website/docs/r/agent_queue.html.markdown b/website/docs/r/agent_queue.html.markdown
index bec157f9..5e68dfdc 100644
--- a/website/docs/r/agent_queue.html.markdown
+++ b/website/docs/r/agent_queue.html.markdown
@@ -6,6 +6,7 @@ description: |-
---
# azuredevops_agent_queue
+
Manages an agent queue within Azure DevOps. In the UI, this is equivelant to adding an
Organization defined pool to a project.
@@ -41,21 +42,23 @@ resource "azuredevops_resource_authorization" "auth" {
The following arguments are supported:
-* `project_id` - (Required) The ID of the project in which to create the resource.
-* `agent_pool_id` - (Required) The ID of the organization agent pool.
+- `project_id` - (Required) The ID of the project in which to create the resource.
+- `agent_pool_id` - (Required) The ID of the organization agent pool.
## Attributes Reference
In addition to all arguments above, the following attributes are exported:
-* `id` - The ID of the agent queue reference.
+- `id` - The ID of the agent queue reference.
## Relevant Links
-* [Azure DevOps Service REST API 5.1 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-5.1)
+
+- [Azure DevOps Service REST API 5.1 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-5.1)
## Import
+
Azure DevOps Agent Pools can be imported using the project ID and agent queue ID, e.g.
-```
+```sh
terraform import azuredevops_agent_queue.q 44cbf614-4dfd-4032-9fae-87b0da3bec30/1381
-``` \ No newline at end of file
+```