Skip to content

Commit

Permalink
Merge pull request #642 from DionJones615/patch-1
Browse files Browse the repository at this point in the history
fix(datasource_routeros_interface_bridge_filter): Returned data key should be `filters`
  • Loading branch information
vaerh authored Jan 17, 2025
2 parents d6ab17c + 00c3ad3 commit d25e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/datasource_interface_bridge_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ func datasourceInterfaceBridgeFiltersRead(ctx context.Context, d *schema.Resourc
return diag.FromErr(err)
}

return MikrotikResourceDataToTerraformDatasource(res, "data", s, d)
return MikrotikResourceDataToTerraformDatasource(res, "filters", s, d)
}

0 comments on commit d25e648

Please sign in to comment.