Set default wlan band to 'both' (#304)
This commit is contained in:
committed by
GitHub
parent
ecbf8743b8
commit
b5e936c724
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user