Skip to content

Commit

Permalink
fix(ds): warning Field 'revision' not found in the schema in routeros…
Browse files Browse the repository at this point in the history
…_system_routerboard datasource

Fixes #602
  • Loading branch information
vaerh committed Nov 21, 2024
1 parent 1f5727b commit 1b6f86b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routeros/datasource_system_routerboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ func DatasourceSystemRouterboard() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"revision": {
Type: schema.TypeString,
Computed: true,
},
"routerboard": {
Type: schema.TypeBool,
Computed: true,
Expand Down

0 comments on commit 1b6f86b

Please sign in to comment.