Skip to content

Commit

Permalink
fix(permissions): use admin aad group for project admins (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng authored Jan 5, 2021
1 parent 9eaab72 commit c0bece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure-devops-permissions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ data "azuredevops_group" "admins" {
resource "azuredevops_group_membership" "admins" {
group = data.azuredevops_group.admins.descriptor
members = [
azuredevops_group.team_group.descriptor
azuredevops_group.admins_group.descriptor
]
}

0 comments on commit c0bece4

Please sign in to comment.