Skip to content

Commit

Permalink
Add SSH clone URL output to outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 18, 2025
1 parent 9b0cf9f commit 7d4a8be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 7d4a8be

Please sign in to comment.