Skip to content

Commit

Permalink
fix(data.routeros_interfaces): Fix the schema
Browse files Browse the repository at this point in the history
Added `dynamic` attribute.
Closes #550
  • Loading branch information
vaerh committed Sep 2, 2024
1 parent 059de30 commit f9489a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routeros/datasource_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ func DatasourceInterfaces() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"dynamic": {
Type: schema.TypeBool,
Computed: true,
},
"comment": {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit f9489a2

Please sign in to comment.