terraform-provider-gitlab
terraform-provider-gitlab copied to clipboard
Terraform GitLab Provider
### Feature Description Add `suggestion_commit_message` to gitlab_project(s) resource/datasources ### Do you want to implement this? - [X] I would like to implement this myself 👷
### GitLab Provider version _No response_ ### GitLab version _No response_ ### Terraform version _No response_ ### Relevant Terraform Configuration _No response_ ### Relevant log output ```shell gitlab_project.xxx: Still destroying......
This adds a few missing attributes from the create API to the `gitlab_group` resource. There are still some missing ones which are only supported in the update API - which...
### Feature Description When trying to update a file which isn't already in TF state using the `gitlab_repository_file` resource the provider produces the below error: ``` gitlab_repository_file.foo: Creating... Error: POST...
### GitLab Provider version v3.17.0 ### GitLab version GitLab Enterprise Edition 15.1.2-ee ### Terraform version v1.2.8 ### Relevant Terraform Configuration ```hcl resource "gitlab_project" "test" { name = "test" path =...
### Feature Description It seems like [feature flags](https://docs.gitlab.com/ee/api/api_resources.html) and feature flag user lists are not supported yet, this would be immensely useful for us. I could create a pull request...
### Feature Description Good day! We are using youtrack integration and using your GitLab provider for terraform Could you add this functionality also in future releases? Many thanks ### Do...
It would be nice to have the ability to add comments to merge requests. I will work on it this week. data source for all project merge requests [`ListProjectMergeRequests()`](https://github.com/xanzy/go-gitlab/blob/master/merge_requests.go#L288) then...
Hi, I want to submit feature request. I want to manage whole list of group/project members by single resource as I would like to ensure that terraform configure only given...
### Purpose To serve as a wholistic tracking ticket of all of the services that are available via the API and what their integration progress into this terraform provider. This...