MoimHossain / terraform-provider-azure-devops

A terraform provider for Azure DevOps Team member management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A terraform provider for Azure DevOps Team member management

License:MIT License


Languages

Language:Go 95.3%Language:Shell 2.6%Language:Dockerfile 2.1%