diff --git a/routeros/resource_wifi_security.go b/routeros/resource_wifi_security.go index bac06016..eaeea651 100644 --- a/routeros/resource_wifi_security.go +++ b/routeros/resource_wifi_security.go @@ -203,7 +203,6 @@ func ResourceWifiSecurity() *schema.Resource { Optional: true, Description: "Name of `/interface/wifi/security/multi-passphrase/` group that will be used. Only a " + "single group can be defined under the security profile.", - DiffSuppressFunc: AlwaysPresentNotUserProvided, }, "owe_transition_interface": { Type: schema.TypeString,