fix: user dedicated API to handle Group service account tokens

Fix for: #6656

The terraform provider was not using the correct API for group service account tokens. This API was released later. We use this new API to avoid a bug in the Read function. The caveat is that the new API does not GET a single token, but rather all tokens associated with the given service account. That's why we have to loop over, to find the desired token.

Merge request reports

Loading