Skip to content

Commit c802bfe

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

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
@@ -135,7 +135,7 @@ resource "gitlab_repository_file" "this" {
135135
]
136136
}
137137

138-
# Variabili per root group (quando operate_at_root_group_level è true)
138+
# Variables for root group (when operate_at_root_group_level is true)
139139
resource "gitlab_group_variable" "root_namespace" {
140140
for_each = local.operate_at_root_group_level_computed ? local.gitlab_agent_kubernetes_context_variables : {}
141141

0 commit comments

Comments
 (0)