Skip to content

Commit

Permalink
Remove provider config from main
Browse files Browse the repository at this point in the history
Signed-off-by: Dipti Pai <[email protected]>
  • Loading branch information
dipti-pai committed Aug 8, 2024
1 parent 683ceb8 commit 4712517
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tf-modules/azure/devops/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
provider "azuredevops" {
org_service_url = "https://dev.azure.com/${var.organization}"
personal_access_token = var.pat_token
}

resource "azuredevops_project" "project" {
name = var.project_name
visibility = "private"
Expand Down

0 comments on commit 4712517

Please sign in to comment.