Skip to content

Commit

Permalink
fix(#122): Add missing fields to interface list member
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Feb 23, 2023
1 parent f8e613b commit 15e1058
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routeros/resource_interface_list_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ func ResourceInterfaceListMember() *schema.Resource {
resSchema := map[string]*schema.Schema{
MetaResourcePath: PropResourcePath("/interface/list/member"),
MetaId: PropId(Id),

KeyDisabled: PropDisabledRw,
"dynamic": {
Type: schema.TypeBool,
Computed: true,
},
"id": {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit 15e1058

Please sign in to comment.