A terraform provider for Azure DevOps Team member management
Build it with GO
go build -o ../examples/terraform-provider-azuredevops
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
.
Regular Terraform commands, terraform init, terraform plan and apply
Partially implemented! Use at your own risk. I don't recommend to use it in Production.