terraform-provider-gitlab icon indicating copy to clipboard operation
terraform-provider-gitlab copied to clipboard

Terraform GitLab Provider

Results 121 terraform-provider-gitlab issues
Sort by recently updated
recently updated
newest added

### 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 👷

enhancement

### 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......

enhancement

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...

documentation
size/M
provider
data-source
resource
tests

### 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...

enhancement

### 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 =...

go-gitlab

### 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...

enhancement
new-resource
go-gitlab

### 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...

enhancement
new-resource

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...

enhancement
new-resource
new-data-source

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...

enhancement

### 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...

enhancement