diff --git a/fast/stages/00-cicd/outputs.tf b/fast/stages/00-cicd/outputs.tf index 67341ba16c..6430e2b314 100644 --- a/fast/stages/00-cicd/outputs.tf +++ b/fast/stages/00-cicd/outputs.tf @@ -23,7 +23,7 @@ locals { tfvars = { cicd_repositories = merge(local.cicd_repositories_by_system["gitlab"], local.cicd_repositories_by_system["github"]) cicd_ssh_urls = merge(local.gitlab_cicd_ssh, local.github_cicd_ssh) - cicd_https_urls = merge(local.gitlab_cicd_https, local.gitlab_cicd_https) + cicd_https_urls = merge(local.gitlab_cicd_https, local.github_cicd_https) } }