From 7d0a2b80e7b3c6871d2792340b634c4613fb39fa Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Sat, 27 Mar 2021 20:59:13 -0400 Subject: [PATCH] Add note about a tf specific user See #125 --- docs/index.md | 4 ++++ templates/index.md.tmpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index e350f42..111ab97 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,10 @@ description: |- 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 ```terraform diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 60b5a52..63daee3 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -9,6 +9,10 @@ description: |- 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"}}