An open API service indexing awesome lists of open source software.

https://github.com/moimhossain/terraform-provider-azure-devops

A terraform provider for Azure DevOps Team member management
https://github.com/moimhossain/terraform-provider-azure-devops

azure-devops azure-devops-api golang terraform terraform-provider terraform-scripts

Last synced: 3 months ago
JSON representation

A terraform provider for Azure DevOps Team member management

Awesome Lists containing this project

README

          

# 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.