Add site support to resources (#79)

* Add site attribute to all resources and data sourcess
* Add test to exercise site attribute on network resource
This commit is contained in:
Kurt McAlpine
2020-10-30 09:44:05 +13:00
committed by GitHub
parent 309d08aba4
commit 455ca423cc
23 changed files with 359 additions and 71 deletions

View File

@@ -21,6 +21,7 @@ data "unifi_ap_group" "default" {
### Optional
- **name** (String, Optional) The name of the AP group to look up, leave blank to look up the default AP group.
- **site** (String, Optional) The name of the site the AP group is associated with.
### Read-only

View File

@@ -16,6 +16,7 @@ description: |-
### Optional
- **name** (String, Optional) The name of the RADIUS profile to look up. Defaults to `Default`.
- **site** (String, Optional) The name of the site the radius profile is associated with.
### Read-only

View File

@@ -16,6 +16,7 @@ description: |-
### Optional
- **name** (String, Optional) The name of the user group to look up. Defaults to `Default`.
- **site** (String, Optional) The name of the site the user group is associated with.
### Read-only

View File

@@ -19,6 +19,7 @@ Please note that WLAN Groups are deprecated in v6 of the controller.
### Optional
- **name** (String, Optional) The name of the WLAN group to look up. Defaults to `Default`.
- **site** (String, Optional) The name of the site the wlan group is associated with.
### Read-only