Add support for local_dns_record (#293)
This commit is contained in:
committed by
GitHub
parent
a351398f9e
commit
1a9bac4a09
@@ -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.
|
||||
|
||||
@@ -40,6 +40,7 @@ resource "unifi_user" "test" {
|
||||
- `blocked` (Boolean) Specifies whether this user should be blocked from the network.
|
||||
- `dev_id_override` (Number) Override the device fingerprint.
|
||||
- `fixed_ip` (String) A fixed IPv4 address for this user.
|
||||
- `local_dns_record` (String) Specifies the local DNS record for this user.
|
||||
- `network_id` (String) The network ID for this user.
|
||||
- `note` (String) A note with additional information for the user.
|
||||
- `site` (String) The name of the site to associate the user with.
|
||||
|
||||
Reference in New Issue
Block a user