I am attempting to provision a group to a GitLab, ...
# typescript
m
I am attempting to provision a group to a GitLab, but getting a 403 Forbidden. I can provision a repository to my Userid, but when adding a group (with no linking or dependencies), it fails with a 403. I have been using an access token will full API access. The documentation, https://www.pulumi.com/registry/packages/gitlab/api-docs/group/, mentions this "On GitLab SaaS, you must use the GitLab UI to create groups without a parent group. You cannot use this provider nor the API to do this." - I assume this is only for the paid SaaS subscription, not the free tier. Does anyone know why this is happening?