From 0115ce4138d01cefab0dcc5f50e70e936a824c31 Mon Sep 17 00:00:00 2001 From: Daniel <56939361+seqdan@users.noreply.github.com> Date: Thu, 21 May 2020 21:11:51 +1200 Subject: Added temporary installation instructions (#331) addresses https://github.com/microsoft/terraform-provider-azuredevops/issues/325 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 970a6563..cf087883 100644 --- a/README.md +++ b/README.md @@ -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//` +3. Run `terraform init` + ## Developer Requirements * [Terraform](https://www.terraform.io/downloads.html) version 0.12.x + -- cgit v1.2.3