Skip to content

Commit

Permalink
fix: disabled mangle not seen
Browse files Browse the repository at this point in the history
Fixes #175
The "disabled" property can no longer be changed by the router, it only displays the state set by TF
  • Loading branch information
vaerh committed Apr 20, 2023
1 parent 621e7ea commit ffb53d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routeros/provider_schema_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ var (
PropDisabledRw = &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Computed: true,
}
PropDynamicRo = &schema.Schema{
Type: schema.TypeBool,
Expand Down

0 comments on commit ffb53d6

Please sign in to comment.