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 a6daeb1 commit c802bfeCopy full SHA for c802bfe
main.tf
@@ -135,7 +135,7 @@ resource "gitlab_repository_file" "this" {
135
]
136
}
137
138
-# Variabili per root group (quando operate_at_root_group_level è true)
+# Variables for root group (when operate_at_root_group_level is true)
139
resource "gitlab_group_variable" "root_namespace" {
140
for_each = local.operate_at_root_group_level_computed ? local.gitlab_agent_kubernetes_context_variables : {}
141
0 commit comments