From 2f3201c92c5b9ea787ef36a91f504f0760019805 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Tue, 9 Jun 2020 12:23:02 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cc6b8168..51a841461 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,21 @@ # terraform-provider-unifi -This is very much WIP, just adding functionality as I need it for my local setup. - **Note** You can't (for obvious reasons) configure your network while connected to something that may disconnect (like the WiFi). Use a hard-wired connection to your controller to use this provider. Functionality first needs to be added to the [go-unifi](https://github.com/paultyng/go-unifi) SDK. +## Documentation + +You can browse documentation on the [Terraform provider registry](https://registry.terraform.io/providers/paultyng/unifi). + ## Using the Provider +### Terraform 0.13 and above + +You can use the provider via the [Terraform provider registry](https://registry.terraform.io/providers/paultyng/unifi). + +### Terraform 0.12 or manual installation + You can download a pre-built binary from the [releases](https://github.com/paultyng/terraform-provider-unifi/releases) page, these are built using [goreleaser](https://goreleaser.com/) (the [configuration](.goreleaser.yml) is in the repo). You can verify the signature and my [key ownership via Keybase](https://keybase.io/paultyng). If you want to build from source, you can simply use `go build` in the root of the repository.