summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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/<your platform>/`
+3. Run `terraform init`
+
## Developer Requirements
* [Terraform](https://www.terraform.io/downloads.html) version 0.12.x +