Files
terraform-provider-unifi/templates/index.md.tmpl
Mateusz Filipowicz 325d7b7f20 feat: initialize Terraform Plugin Framework (#23)
* feat: initialize Terraform Plugin Framework

* fix docker-compose path for tests

* fix: ensure documentation can be generated with old provider SDK and new plugin framework

* lint
2025-02-24 00:11:41 +01:00

21 lines
639 B
Cheetah

---
layout: ""
page_title: "Provider: UniFi"
description: |-
The Unifi provider provides resources to interact with a UniFi Controller API.
---
# Unifi Provider
The Unifi provider provides resources to interact with a UniFi Controller API.
It is not recommended to use your own account for management of your controller. A user specific to
Terraform is recommended. You can create a **Limited Admin** with **Local Access Only** and
provide that information for authentication. Two-factor authentication is not supported in the provider.
## Example Usage
{{tffile "examples/provider/provider.tf"}}
{{ .SchemaMarkdown | trimspace }}