Link to nested schema

This commit is contained in:
Paul Tyng
2020-05-22 22:36:50 -04:00
parent accc02a8a5
commit 3bfd2d3a89

View File

@@ -49,9 +49,10 @@ resource "unifi_wlan" "wifi" {
- **multicast_enhance** (Boolean, Optional) Indicates whether or not Multicast Enhance is turned of for the network.
- **passphrase** (String, Optional) The passphrase for the network, this is only required if `security` is not set to `open`.
- **radius_profile_id** (String, Optional) ID of the RADIUS profile to use when security `wpaeap`. You can query this via the `unifi_radius_profile` data source.
- **schedule** (Block List) Start and stop schedules for the WLAN (see below for nested schema)
- **schedule** (Block List) Start and stop schedules for the WLAN (see [below for nested schema](#nestedschema--schedule))
- **vlan_id** (Number, Optional) VLAN ID for the network. Defaults to `1`.
<a id="nestedschema--schedule"></a>
### Nested Schema for `schedule`
Required: