Skip to content

Commit

Permalink
Merge pull request #4 from Ujstor/clean-nonstatic-ds
Browse files Browse the repository at this point in the history
formating
  • Loading branch information
danielnachtrub authored Aug 12, 2024
2 parents 7f41906 + 4a6d912 commit 1e950a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions routeros/datasource_ip_firewall_mangle.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ func getIPFirewallMangleSchema() *schema.Schema {
Type: schema.TypeString,
Computed: true,
},
"random": {
Type: schema.TypeInt,
Computed: true,
},
"new_routing_mark": {
Type: schema.TypeString,
Computed: true,
Expand Down Expand Up @@ -248,6 +244,10 @@ func getIPFirewallMangleSchema() *schema.Schema {
Type: schema.TypeString,
Computed: true,
},
"random": {
Type: schema.TypeInt,
Computed: true,
},
"routing_mark": {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit 1e950a3

Please sign in to comment.