* feat: initialize Terraform Plugin Framework * fix docker-compose path for tests * fix: ensure documentation can be generated with old provider SDK and new plugin framework * lint
28 lines
728 B
Markdown
28 lines
728 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "unifi_user_group Data Source - terraform-provider-unifi"
|
|
subcategory: ""
|
|
description: |-
|
|
unifi_user_group data source can be used to retrieve the ID for a user group by name.
|
|
---
|
|
|
|
# unifi_user_group (Data Source)
|
|
|
|
`unifi_user_group` data source can be used to retrieve the ID for a user group by name.
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `name` (String) The name of the user group to look up. Defaults to `Default`.
|
|
- `site` (String) The name of the site the user group is associated with.
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) The ID of this AP group.
|
|
- `qos_rate_max_down` (Number)
|
|
- `qos_rate_max_up` (Number)
|