prepare for release

This commit is contained in:
Mateusz Filipowicz
2025-02-23 19:54:48 +01:00
parent b7fe359f6c
commit 554ed16ecd
12 changed files with 307 additions and 11 deletions

View File

@@ -1,23 +1,25 @@
![Acceptance Tests](https://github.com/paultyng/terraform-provider-unifi/workflows/Acceptance%20Tests/badge.svg?event=push)
![Acceptance Tests](https://github.com/filipowm/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.
Functionality first needs to be added to the [go-unifi](https://github.com/filipowm/go-unifi) SDK.
## Documentation
You can browse documentation on the [Terraform provider registry](https://registry.terraform.io/providers/paultyng/unifi/latest/docs).
You can browse documentation on the [Terraform provider registry](https://registry.terraform.io/providers/filipowm/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.
As of version [v0.34](https://github.com/filipowm/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.
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).
You can use the provider via the [Terraform provider registry](https://registry.terraform.io/providers/filipowm/unifi).