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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user