Skip to content

Commit

Permalink
fix: Remove DiffSuppress for multi_passphrase_group
Browse files Browse the repository at this point in the history
Fixes #630
  • Loading branch information
vaerh committed Jan 17, 2025
1 parent a97fe34 commit 367d5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routeros/resource_wifi_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 367d5e4

Please sign in to comment.