Name | Version |
---|---|
terraform | >= 1.6.3 |
azuredevops | 1.10.0 |
Name | Version |
---|---|
azuredevops | 1.10.0 |
No modules.
Name | Type |
---|---|
azuredevops_agent_pool.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
azuredevops_agent_pools | A map defining the Azure DevOps agent pools to be created. Each entry should include: - name : The name of the agent pool.- auto_provision : Whether the pool should automatically provision agents.- pool_type : The type of the agent pool (e.g., 'automation' or 'deployment'). |
map(object({ |
{ |
no |
Name | Description |
---|---|
agent_pool_auto_provision_flags | Boolean flags indicating whether auto-provisioning is enabled for each created agent pool. |
agent_pool_ids | Unique identifiers (IDs) of the Azure DevOps agent pools created by this module. |
agent_pool_names | List of names for the Azure DevOps agent pools provisioned by this module. |