Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultyng/terraform-provider-unifi
Terraform provider for Unifi :satellite:
https://github.com/paultyng/terraform-provider-unifi
terraform terraform-provider ubiquiti unifi
Last synced: 1 day ago
JSON representation
Terraform provider for Unifi :satellite:
- Host: GitHub
- URL: https://github.com/paultyng/terraform-provider-unifi
- Owner: paultyng
- License: mpl-2.0
- Created: 2019-12-24T02:08:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T00:16:21.000Z (19 days ago)
- Last Synced: 2024-12-14T04:07:12.400Z (9 days ago)
- Topics: terraform, terraform-provider, ubiquiti, unifi
- Language: Go
- Homepage: https://registry.terraform.io/providers/paultyng/unifi/latest/docs
- Size: 21.2 MB
- Stars: 524
- Watchers: 19
- Forks: 92
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Acceptance Tests](https://github.com/paultyng/terraform-provider-unifi/workflows/Acceptance%20Tests/badge.svg?event=push)
# Unifi Terraform Provider (terraform-provider-unifi)
**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/latest/docs).
## Supported Unifi Controller Versions
As of version [v0.34](https://github.com/paultyng/terraform-provider-unifi/releases/tag/v0.34.0), this provider only supports version 6 of the Unifi controller software. If you need v5 support, you can pin an older version of the provider.
The docker, UDM, and UDM-Pro versions are slightly different (the API is proxied a little differently) but for the most part should all be supported. Individual patch versions of the controller are generally not tested for compatibility, just the latest stable versions.
## Using the Provider
### Terraform 1.0 and above
You can use the provider via the [Terraform provider registry](https://registry.terraform.io/providers/paultyng/unifi).