terraform-provider-gitlab
terraform-provider-gitlab copied to clipboard
Allow Acceptance Tests to run with non-admin provider token
Feature Description
To prevent issues like #1167 it would be awesome to have specific tests to be configured and ran with a non-admin token.
I think in general it would be nice to run tests with the least required privileges.
Do you want to implement this?
- [ ] I would like to implement this myself 👷
I think we should probably have the generic tests run with a non-admin token (since that seems like it should be the default stance), then create another matrix for admin-token-required tests. WDYT?