Skip to content

Commit

Permalink
fix(no-release): Add field introduced in 7.16 routeros_ip_address
Browse files Browse the repository at this point in the history
Add field introduced in 7.16
  • Loading branch information
durandguru authored Sep 26, 2024
1 parent 910b418 commit de72d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routeros/datasource_ip_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ func DatasourceIPAddresses() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"slave": {
Type: schema.TypeBool,
Computed: true,
},
},
},
},
Expand Down

0 comments on commit de72d8e

Please sign in to comment.