Skip to content

Commit 02c7686

Browse files
committed
feature: Azure DevOps Project service defaut configuration changed
1 parent bb624a5 commit 02c7686

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

modules/azuredevops/project/buildingblock/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Azure DevOps Project
33
supportedPlatforms:
44
- azuredevops
5-
description: Creates and manages Azure DevOps projects with user entitlements, stakeholder licenses, and role-based group memberships.
5+
description: |
6+
Creates and manages Azure DevOps projects with user entitlements, stakeholder licenses, and role-based group memberships.
67
category: devops
78
---
89

modules/azuredevops/project/buildingblock/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ variable "project_features" {
7979
})
8080
default = {
8181
boards = "enabled"
82-
repositories = "disabled"
83-
pipelines = "disabled"
82+
repositories = "enabled"
83+
pipelines = "enabled"
8484
testplans = "disabled"
85-
artifacts = "disabled"
85+
artifacts = "enabled"
8686
}
8787
}
8888

0 commit comments

Comments
 (0)