Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 7, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/4850d24915838a027e7c07100d2428c7 to your computer and use it in GitHub Desktop.
Save goyalmohit/4850d24915838a027e7c07100d2428c7 to your computer and use it in GitHub Desktop.
provider "azuredevops" {
version = ">= 0.0.1"
}
resource "azuredevops_project" "tf-example" {
project_name = "tf-example"
description = "Project deployed using Terraform"
version_control = "git"
visibility = "private"
work_item_template = "Agile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment