Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 7, 2020 14:45
Show Gist options
  • Select an option

  • Save goyalmohit/0f1b97cd265676bfb0c42f0ba15251da to your computer and use it in GitHub Desktop.

Select an option

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