diff options
| author | Daniel <56939361+seqdan@users.noreply.github.com> | 2020-05-21 21:11:51 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 10:11:51 +0100 |
| commit | 0115ce4138d01cefab0dcc5f50e70e936a824c31 (patch) | |
| tree | b77e119ac1ddf7155fd3e8fd6e7f86a68e28cd87 /README.md | |
| parent | 507d5a216183c235da63789ba99ef9613a408423 (diff) | |
Added temporary installation instructions (#331)
addresses https://github.com/microsoft/terraform-provider-azuredevops/issues/325
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -50,6 +50,14 @@ resource "azuredevops_build_definition" "build_definition" { } ``` +## Installation + +Currently, the provider is not available via the terraform provider registry yet. While this is in progress (https://github.com/microsoft/terraform-provider-azuredevops/issues/241), the provider needs to be installed manually: + +1. Download the latest version https://github.com/microsoft/terraform-provider-azuredevops/releases +2. Unpack the contents into the plugin directory `terraform.d/plugins/<your platform>/` +3. Run `terraform init` + ## Developer Requirements * [Terraform](https://www.terraform.io/downloads.html) version 0.12.x + |
