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 5053712 commit 5facb59Copy full SHA for 5facb59
main.tf
@@ -152,7 +152,7 @@ resource "gitlab_group_variable" "root_namespace" {
152
]
153
}
154
155
-# Variabili per gruppi specifici (quando operate_at_root_group_level è false)
+# Variables for specific groups (when operate_at_root_group_level is false)
156
resource "gitlab_group_variable" "enabled_groups" {
157
for_each = !local.operate_at_root_group_level_computed && length(local.groups_to_enable) > 0 ? {
158
for pair in setproduct(keys(local.gitlab_agent_kubernetes_context_variables), local.groups_to_enable) :
0 commit comments