Update README.md

This commit is contained in:
Paul Tyng
2020-09-10 08:52:49 -04:00
committed by GitHub
parent b225a2b576
commit d65479c32f

View File

@@ -21,5 +21,3 @@ You can use the provider via the [Terraform provider registry](https://registry.
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.
To use an external provider binary with Terraform ([until the provider registry is GA](https://www.hashicorp.com/blog/announcing-providers-in-the-new-terraform-registry/)), you need to place the binary in a [plugin location for Terraform](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins) to find it.