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 1bae978 commit 622fd6cCopy full SHA for 622fd6c
main.tf
@@ -24,7 +24,7 @@ locals {
24
# Gitlab Agent CI/CD variables
25
gitlab_agent_kubernetes_context_variables = {
26
(var.gitlab_agent_variable_name_agent_id) : gitlab_cluster_agent.this.name,
27
- (var.gitlab_agent_variable_name_agent_project) : local.use_existing_project == 1 ? data.gitlab_project.this[0].path_with_namespace : gitlab_project.project[0].path_with_namespace,
+ (var.gitlab_agent_variable_name_agent_project) : local.project_path_with_namespace,
28
}
29
30
0 commit comments