Skip to content

Commit aac6550

Browse files
committed
adds torque_ado_server_repository_space_association docs
1 parent 92ed920 commit aac6550

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "torque_ado_server_repository_space_association Resource - terraform-provider-torque"
4+
subcategory: ""
5+
description: |-
6+
Onboard a new Ado Server repository into an existing space
7+
---
8+
9+
# torque_ado_server_repository_space_association (Resource)
10+
11+
Onboard a new Ado Server repository into an existing space
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- `branch` (String) Repository branch to use for blueprints and automation assets
21+
- `credential_name` (String) The name of the Credentials to use/create. Must be unique in the space.
22+
- `repository_name` (String) The name of the Ado Server repository to onboard. In this example, repo_name
23+
- `repository_url` (String) The url of the specific Ado Server repository/project to onboard. For example: https://ado-on-prem.example.com/repo_name
24+
- `space_name` (String) Existing Torque Space name
25+
26+
### Optional
27+
28+
- `agents` (List of String) List of specific agents to use to onboard and sync this repository. Cannot be specified when use_all_agents is true.
29+
- `auto_register_eac` (Boolean) Auto register environment files
30+
- `timeout` (Number) Time in minutes to wait for Torque to sync the repository during the onboarding. Default is 1 minute.
31+
- `token` (String, Deprecated) Authentication Token to the project/repository. If omitted, existing credentials provided in the credential_name field will be used for authentication. If provided, a new credentials object will be created.
32+
- `use_all_agents` (Boolean) Whether all associated agents can be used to onboard and sync this repository. Must be set to false if agents attribute is used.

0 commit comments

Comments
 (0)