21 lines
639 B
Cheetah
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 }}
|