Skip to content

Commit 5facb59

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

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
@@ -152,7 +152,7 @@ resource "gitlab_group_variable" "root_namespace" {
152152
]
153153
}
154154

155-
# Variabili per gruppi specifici (quando operate_at_root_group_level è false)
155+
# Variables for specific groups (when operate_at_root_group_level is false)
156156
resource "gitlab_group_variable" "enabled_groups" {
157157
for_each = !local.operate_at_root_group_level_computed && length(local.groups_to_enable) > 0 ? {
158158
for pair in setproduct(keys(local.gitlab_agent_kubernetes_context_variables), local.groups_to_enable) :

0 commit comments

Comments
 (0)