Set default wlan band to 'both' (#304)

This commit is contained in:
Michon van Dooren
2023-02-23 04:50:29 +01:00
committed by GitHub
parent ecbf8743b8
commit b5e936c724

View File

@@ -203,6 +203,7 @@ func resourceWLAN() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"2g", "5g", "both"}, false),
Default: "both",
},
"network_id": {
Description: "ID of the network for this SSID",