We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951aef6 commit 2eb0de7Copy full SHA for 2eb0de7
main.tf
@@ -85,11 +85,6 @@ data "gitlab_project" "enabled_projects" {
85
path_with_namespace = each.value
86
}
87
88
-# Data source to get all the memberships for the project
89
-data "gitlab_project_membership" "this" {
90
- project_id = local.project_id
91
-}
92
-
93
resource "gitlab_project" "project" {
94
count = local.use_existing_project == 0 ? 1 : 0
95
name = var.gitlab_project_name
0 commit comments