terraform-provider-gitlab
terraform-provider-gitlab copied to clipboard
Terraform GitLab Provider
### 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"...
## 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:...
## 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...
### 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] ~>...
### 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...
### 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...
### 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 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...
**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 -...