Name | Version |
---|---|
terraform | >= 1.6.3 |
azuredevops | 1.10.0 |
Name | Version |
---|---|
azuredevops | 1.10.0 |
No modules.
Name | Type |
---|---|
azuredevops_project.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
organization_name | Name of the Azure DevOps organization under which the projects will be created. | string |
"my-azure-devops-org" |
no |
projects | A map defining the Azure DevOps projects to be created. Each project must include: - proj_name : The display name of the project.- proj_description : A short description of the project.- proj_visibility : Project visibility setting ('private' or 'public').- proj_vcs : The version control system to use ('Git' or 'Tfvc').- proj_wi_template : The work item process template ('Agile', 'Scrum', 'CMMI', etc.). |
map(object({ |
{ |
no |
Name | Description |
---|---|
project_ids | List of unique IDs for the Azure DevOps projects created by this module. |
project_names | List of names of the Azure DevOps projects provisioned by this module. |
project_urls | List of URLs for accessing the Azure DevOps projects created, based on the specified organization name. |