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
- Host: GitHub
- URL: https://github.com/moimhossain/terraform-provider-azure-devops
- Owner: MoimHossain
- License: mit
- Created: 2019-10-07T20:14:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T15:42:46.000Z (over 2 years ago)
- Last Synced: 2025-07-22T04:49:27.226Z (11 months ago)
- Topics: azure-devops, azure-devops-api, golang, terraform, terraform-provider, terraform-scripts
- Language: Go
- Size: 25 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.