project

bcochofel/project/azuredevops

Terraform Module HCL AZUREDEVOPS

Create Azure DevOps Project

Install
module "project" {
source = "bcochofel/project/azuredevops"
version = "0.2.2"
}
plain text: /constructs/tfmod-bcochofel-project-azuredevops/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-azuredevops-project [![pre-commit badge][pre-commit-badge]][pre-commit] [![Conventional commits badge][conventional-commits-badge]][conventional-commits] [![Keep a Changelog v1.1.0 badge][keep-a-changelog-badge]][keep-a-changelog] [![MIT License Badge][license-badge]][license] This module creates the following resources: Azure DevOps Project Variable Group * GitHub Service Connection pre-commit hooks Read the pre-commit hooks document for more info. git-chglog Read the git-chglog document for more info. Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | azuredevops | >= 0.1.0 | Providers | Name | Version | |------|---------| | azuredevops | >= 0.1.0 | Modules No modules. Resources | Name | Type | |------|------| | azuredevops_project.proj | resource | |

Inputs (13)
NameTypeDescriptionDefault
github_serviceendpoint_namestringGitHub Service Endpoint name. required
github_patstringThe Personal Access Token for Github. required
vg_namestringThe name of the Variable Group. required
proj_descriptionstringAzure DevOps Project description. required
proj_namestringAzure DevOps Project name. required
vg_descriptionstringThe description of the Variable Group. required
proj_featuresmap(string)Project features.{ "artifacts": "disabled", "boards":
proj_visibilitystringProject visibility."private"
proj_vcsstringProject Version Control."Git"
proj_wi_templatestringProject Work Item template."Agile"
vg_variableslist(object({ name = One or more variable blocks as documented below. A variable block supports the []
github_serviceendpoint_descriptionstringGitHub Service Endpoint description."Managed by Terraform"
vg_allow_accessboolBoolean that indicate if this variable group is shared by all pipelines of this false
Outputs (5)
ghsc_name
vg_name
vg_id
proj_name
proj_id
Resources (3)
azuredevops_projectazuredevops_serviceendpoint_githubazuredevops_variable_group
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.2
Cloud AZUREDEVOPS
★ Stars0
Forks4
Total downloads782
Inputs13
Outputs5
Resources3
LicenseMIT
Namespacebcochofel
Updated