From 4b60d5ece783827222786abbec9ed2e9e284f383 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Thu, 26 Dec 2019 08:29:28 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 999c195..1a43283 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is very much WIP, just adding functionality as I need it for my local setup. +**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. + ## unifi_network Example: @@ -18,3 +20,9 @@ resource "unifi_network" "test" { dhcp_enabled = true } ``` + +## TODO + +* [ ] Move site to provider level? (or use 2 value IDs?) +* [ ] WLAN Groups (data source for default?) +* [ ] User Groups (data source for default?)