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

### GitLab Provider version 3.18.0 ### GitLab version GitLab Community Edition 14.0.10 ### Terraform version 1.2.9 ### Relevant Terraform Configuration ```hcl provider "gitlab" { token = var.gitlab_token base_url = "https://xxxxxxxxxxxxxxxxx.fr/api/v4"...

needs-triage

## Description GitLabLab isn't a thing, unless there's a dog who contributes. ### PR Checklist Acknowledgement - [x] I acknowledge that all of the following items are true, where applicable:...

documentation
size/XS
provider
resource

## Description This PR solves issue #1257 . I added a data source gitlab_groups equivalent to gitlab_users. This is useful to retrieve all groups of an gitlab instance. ### PR...

documentation
size/L
provider
data-source
tests

### GitLab Provider version 3.16.1 ### GitLab version _No response_ ### Terraform version _No response_ ### Relevant Terraform Configuration ```hcl ├── provider[registry.terraform.io/gitlabhq/gitlab] 3.16.1 ├── provider[registry.terraform.io/hashicorp/aws] ~> 4.21 ├── provider[registry.terraform.io/arthurhlt/zipper] ~>...

needs-triage

### Feature Description By now with the terraform provider it is not possible to retrieve all (or filtered) GitLab groups (like users). Thus it is not possible to change the...

enhancement

### GitLab Provider version 3.18.0 ### GitLab version _No response_ ### Terraform version 1.2.9 ### Relevant Terraform Configuration ```hcl resource "gitlab_group_saml_link" "test123" { group_id = "12345" access_level = "developer" saml_group_name...

bug
documentation

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

bug
resource

### Feature Description It is possible to configure slack notification at a group level using the UI, however the current `gitlab_service_slack` does not support groups. ### Do you want to...

enhancement

**Edit:** I just noticed that I mixed up the field names in my initial commit message. This is fixed now. 😓🙈 ## Description Closes #1248. ### PR Checklist Acknowledgement -...

documentation
size/S
provider
data-source
resource
tests