Skip to content

Commit a6daeb1

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

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
@@ -171,7 +171,7 @@ resource "gitlab_group_variable" "enabled_groups" {
171171

172172
}
173173

174-
# Variabili per progetti specifici (quando operate_at_root_group_level è false)
174+
# Variables for specific projects (when operate_at_root_group_level is false)
175175
resource "gitlab_project_variable" "enabled_projects" {
176176
for_each = !local.operate_at_root_group_level_computed && length(local.projects_to_enable) > 0 ? {
177177
for pair in setproduct(keys(local.gitlab_agent_kubernetes_context_variables), local.projects_to_enable) :

0 commit comments

Comments
 (0)