Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 10, 2020 12: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/c050f6a21cc0ad83b13305bc10c32dcd to your computer and use it in GitHub Desktop.
Save goyalmohit/c050f6a21cc0ad83b13305bc10c32dcd to your computer and use it in GitHub Desktop.
resource "azuredevops_git_repository" "tf-example-repo" {
project_id = azuredevops_project.tf-example.id
name = "terraform-example-repo"
initialization {
init_type = "Clean"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment