Link to nested schema
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user