Skip to content

Commit

Permalink
fix: The 'disabled' property must be Computed (read-only)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Apr 3, 2023
1 parent cbea5be commit c4b85f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/provider_schema_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var (
PropDisabledRw = &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
Computed: true,
}
PropDynamicRo = &schema.Schema{
Type: schema.TypeBool,
Expand Down

0 comments on commit c4b85f6

Please sign in to comment.