Remove v5 support

This commit is contained in:
Paul Tyng
2021-09-10 08:55:48 -04:00
parent b36a5faafd
commit b4bdfce0fa
17 changed files with 32 additions and 572 deletions

View File

@@ -1,30 +0,0 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "unifi_wlan_group Data Source - terraform-provider-unifi"
subcategory: ""
description: |-
unifi_wlan_group data source can be used to retrieve the ID for a WLAN group by name.
Please note that WLAN Groups are deprecated in v6 of the controller.
---
# unifi_wlan_group (Data Source)
`unifi_wlan_group` data source can be used to retrieve the ID for a WLAN group by name.
Please note that WLAN Groups are deprecated in v6 of the controller.
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- **name** (String) The name of the WLAN group to look up. Defaults to `Default`.
- **site** (String) The name of the site the wlan group is associated with.
### Read-Only
- **id** (String) The ID of this AP group.