implement data sources for listing and getting individual group service account tokens

This resource exists as a resource, would love to see it as a data source. Cheers.

https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group_service_account_access_token

Implementation guide

  • Read the CONTRIBUTING.md guide to set up your local development environment and clone the community fork of this project.
  • Follow the docs/development/CreatingANewDatasource.md for creating a new resource and test for gitlab_group_service_account_access_token, retrieving by ID.
  • Follow the docs/development/CreatingANewDatasource.md for creating a new resource and test for gitlab_group_service_account_access_tokens, listing all for a given group.
  • Run make reviewable and raise a MR with your changes
Edited by Heidi Berry