We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f246859 commit 40f1e4fCopy full SHA for 40f1e4f
outputs.tf
@@ -0,0 +1,4 @@
1
+output "repo_url" {
2
+ value = github_repository.gh_repo.html_url
3
+ description = "The URL of the created repository."
4
+}
0 commit comments