Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Created May 2, 2019 08:06
Show Gist options
  • Save mikaelkrief/d6aaa82fd83d5fae65842d46229f2e16 to your computer and use it in GitHub Desktop.
Save mikaelkrief/d6aaa82fd83d5fae65842d46229f2e16 to your computer and use it in GitHub Desktop.
azure devops Terraform provider
provider "azuredevops" {
organization = "<name of your Azure DevOps organisation>"
token = "<Your PAT authentication>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment