Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 7, 2020 14:45
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/0f1b97cd265676bfb0c42f0ba15251da to your computer and use it in GitHub Desktop.
Save goyalmohit/0f1b97cd265676bfb0c42f0ba15251da 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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment