Support for feature flags (and feature flag user lists)
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Created by: doriandekoning
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.
Do you want to implement this?
-
I would like to implement this myself
👷
Implementation Guide
- Read the
CONTRIBUTING.mdguide for setting up your local development environment and clone the community fork of this project. - Support is available in ~"go-gitlab" (https://github.com/xanzy/go-gitlab/blob/master/feature_flags.go)
- Support for CRUD operations is available within GitLab's API: https://docs.gitlab.com/ee/api/feature_flags.html
- This should be a new resource:
gitlab_project_feature_flag, implemented as a new Framework resource ininternal/provider/resource_gitlab_project_feature_flag.go - Since the
Readresource usesfeature_flag_name, the flag name is what should be stored within theIDattribute of the resource. - Follow the
docs/development/CreatingANewResource.mdguide for how to create the resource and tests.
Edited by 🤖 GitLab Bot 🤖