Skip to content

MoimHossain/terraform-provider-azure-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-azure-devops

A terraform provider for Azure DevOps Team member management

How to run

Build it with GO

go build -o ../examples/terraform-provider-azuredevops

Use it in example

Once you build the provider binary and placed it in examples folder, you can run the do.sh file, which will place the provider into the correct place where terraform will look for it. You must run terraform init after you ran the do.sh.

Use the binary (provider) in terraform

Regular Terraform commands, terraform init, terraform plan and apply

Known issues

Partially implemented! Use at your own risk. I don't recommend to use it in Production.