update outputs.tf (#793)

Fixing typo
This commit is contained in:
Fawzi 2022-09-04 21:50:36 +10:00 committed by GitHub
parent 6f660a7054
commit 4bbe83ee75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}