Skip to content

Commit 316c194

Browse files
Update main.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5facb59 commit 316c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ data "gitlab_group" "root_namespace" {
8080
full_path = local.project_root_namespace
8181
}
8282

83-
# Parent group data source parent group if auto-detect
83+
# Data source for parent group when auto-detecting
8484
data "gitlab_group" "parent_group" {
8585
count = local.auto_detect_parent ? 1 : 0
8686
full_path = local.parent_group_path

0 commit comments

Comments
 (0)