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 5facb59 commit 316c194Copy full SHA for 316c194
main.tf
@@ -80,7 +80,7 @@ data "gitlab_group" "root_namespace" {
80
full_path = local.project_root_namespace
81
}
82
83
-# Parent group data source parent group if auto-detect
+# Data source for parent group when auto-detecting
84
data "gitlab_group" "parent_group" {
85
count = local.auto_detect_parent ? 1 : 0
86
full_path = local.parent_group_path
0 commit comments