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

### Terraform Version Terraform v1.1.5 ### Affected Resource(s) resource "gitlab_group_variable" ### Terraform Configuration Files ```hcl resource "gitlab_group_variable" "group_variable" { for_each = local.gitlab_variables group = var.group_id key = each.key value =...

bug
upstream
blocked

Remove the code here: https://github.com/gitlabhq/terraform-provider-gitlab/blob/b3f88599446367aed2353dac0b4a1bf9e67d4bfe/internal/provider/resource_gitlab_service_slack.go#L257 ... which adds backwards-compatibility for some older provider versions.

breaking change

Our group-resources should support path group ID and group paths with namespaces as group identifier. We should align the attributes to `group` instead of `group_id`.

breaking change

Our project-resources should support path project ID and project paths with namespaces as project identifier. We should align the attributes to `project` instead of `project_id`.

breaking change

Remove code for backward-compatibility: https://github.com/gitlabhq/terraform-provider-gitlab/blob/b3f88599446367aed2353dac0b4a1bf9e67d4bfe/internal/provider/resource_gitlab_repository_file.go#L110

breaking change

The service endpoint in the GitLab API has been renamed from `service` to `integration`, we should follow that and rename the resources we provide for them, e.g. * `gitlab_service_external_wiki` *...

breaking change

Remove the code to guarantee backwards-compatibility with some older versions: https://github.com/gitlabhq/terraform-provider-gitlab/blob/b3f88599446367aed2353dac0b4a1bf9e67d4bfe/internal/provider/resource_gitlab_project_variable.go#L76

breaking change

The `gitlab_project_hook` resource currently uses the ID format: ``. This is not enough to use the passthrough importer, because the project is missing. The goal is to: * implement an...

breaking change

The current implementation of the `gitlab_pipeline_trigger` ID doesn't allow to use the passthrough importer, because it doesn't contain all the information required to read it. The goal is to use...

breaking change

The current implementation of the `gitlab_pipeline_schedule` ID doesn't allow to use the passthrough importer, because it doesn't contain all the information required to read it. The goal is to use...

breaking change