Skip to content

Commit

Permalink
added DiffSuppressFunc to ip route
Browse files Browse the repository at this point in the history
Signed-off-by: dn <[email protected]>
  • Loading branch information
danielnachtrub committed May 13, 2024
1 parent db3bf5c commit ab1fb24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions routeros/resource_ip_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ func ResourceIPRoute() *schema.Resource {
Computed: true,
},
"suppress_hw_offload": {
Type: schema.TypeBool,
Optional: true,
Type: schema.TypeBool,
Optional: true,
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
"target_scope": {
Type: schema.TypeInt,
Expand Down

0 comments on commit ab1fb24

Please sign in to comment.