* 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
31 lines
746 B
Markdown
31 lines
746 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "unifi_ap_group Data Source - terraform-provider-unifi"
|
|
subcategory: ""
|
|
description: |-
|
|
unifi_ap_group data source can be used to retrieve the ID for an AP group by name.
|
|
---
|
|
|
|
# unifi_ap_group (Data Source)
|
|
|
|
`unifi_ap_group` data source can be used to retrieve the ID for an AP group by name.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "unifi_ap_group" "default" {
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `name` (String) The name of the AP group to look up, leave blank to look up the default AP group.
|
|
- `site` (String) The name of the site the AP group is associated with.
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) The ID of this AP group.
|