Skip to content

Commit 2eb0de7

Browse files
update
1 parent 951aef6 commit 2eb0de7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ data "gitlab_project" "enabled_projects" {
8585
path_with_namespace = each.value
8686
}
8787

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-
9388
resource "gitlab_project" "project" {
9489
count = local.use_existing_project == 0 ? 1 : 0
9590
name = var.gitlab_project_name

0 commit comments

Comments
 (0)