Skip to content

Commit 40f1e4f

Browse files
committed
Added output variable with created repository URL.
1 parent f246859 commit 40f1e4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)