Skip to content

Commit

Permalink
update outputs.tf (#793)
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
fawzihmouda committed Sep 4, 2022
1 parent 6f660a7 commit 4bbe83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/stages/00-cicd/outputs.tf
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 4bbe83e

Please sign in to comment.