solarmicrobe / terraform-provider-unifi

Terraform provider for Unifi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 SDK.

Using the Provider

You can download a pre-built binary from the releases page, these are built using goreleaser (the configuration is in the repo). You can verify the signature and my key ownership via Keybase.

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), you need to place the binary in a plugin location for Terraform to find it.

About

Terraform provider for Unifi

License:Mozilla Public License 2.0


Languages

Language:Go 97.8%Language:Shell 1.8%Language:Makefile 0.4%