Skip to content

Think-Cube/terraform-azuredevops-agent-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
terraform >= 1.6.3
azuredevops 1.10.0

Providers

Name Version
azuredevops 1.10.0

Modules

No modules.

Resources

Name Type
azuredevops_agent_pool.main resource

Inputs

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({
name = string
auto_provision = bool
pool_type = string
}))
{
"default_pool": {
"auto_provision": true,
"name": "DefaultPool",
"pool_type": "automation"
}
}
no

Outputs

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.

About

Terraform module for managing Azure DevOps agent pools with support for auto-provisioning and custom pool types.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages