Add support for local_dns_record (#293)

This commit is contained in:
Bill (William) O'Neill
2022-11-16 10:06:35 -05:00
committed by GitHub
parent a351398f9e
commit 1a9bac4a09
5 changed files with 83 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ data "unifi_user" "client" {
- `hostname` (String) The hostname of the user.
- `id` (String) The ID of the user.
- `ip` (String) The IP address of the user.
- `local_dns_record` (String) The local DNS record for this user.
- `name` (String) The name of the user.
- `network_id` (String) The network ID for this user.
- `note` (String) A note with additional information for the user.