terraform-provider-gitlab
terraform-provider-gitlab copied to clipboard
Feature request: Support for feature flags (and feature flag user lists)
Feature Description
It seems like feature flags and feature flag user lists are not supported yet, this would be immensely useful for us.
I could create a pull request myself to implement them.
edit: it seems like feature flags are not supported yet in the gitlab api go package, I've created an issue there: https://github.com/gitlabhq/terraform-provider-gitlab/issues/1213
Do you want to implement this?
- [X] I would like to implement this myself 👷
I think the right issue link for go-gitlab is here: https://github.com/xanzy/go-gitlab/issues/1526 🙂
Woops you're right! I've opened an mr there (some time ago), I'll implement this using my fork but we'll have to wait until that one has been merged until we can merge it here.
Unfortunately, I still haven't had any response to my merge request over at the go-gitlab package.