Files
terraform-provider-unifi/docs/data-sources/ap_group.md
2022-07-02 22:02:22 -04:00

748 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.