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 316c194 commit a6daeb1Copy full SHA for a6daeb1
main.tf
@@ -171,7 +171,7 @@ resource "gitlab_group_variable" "enabled_groups" {
171
172
}
173
174
-# Variabili per progetti specifici (quando operate_at_root_group_level è false)
+# Variables for specific projects (when operate_at_root_group_level is false)
175
resource "gitlab_project_variable" "enabled_projects" {
176
for_each = !local.operate_at_root_group_level_computed && length(local.projects_to_enable) > 0 ? {
177
for pair in setproduct(keys(local.gitlab_agent_kubernetes_context_variables), local.projects_to_enable) :
0 commit comments