diff --git a/outputs.tf b/outputs.tf index 4544f4f..1d937cf 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,3 +1,8 @@ output "github_repo" { value = github_repository.repo } + +output "ssh_clone_url" { + description = "URL that can be provided to git clone to clone the repository via SSH" + value = github_repository.repo.ssh_clone_url +}