* 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
746 B
746 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| unifi_ap_group Data Source - terraform-provider-unifi | 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
data "unifi_ap_group" "default" {
}
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.