Skip to content

Commit 395124e

Browse files
feat: Add support to create a repository from a template (#127)
This pull request adds the ability to create a `repository` resource from a GitHub repository template.
1 parent e670563 commit 395124e

File tree

3 files changed

+560
-112
lines changed

3 files changed

+560
-112
lines changed

docs/resources/repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ resource "github_repository" "example" {
9494
`PR_TITLE` defaults to the pull request's title.
9595

9696
`COMMIT_OR_PR_TITLE` defaults to the commit's title (if only one commit) or the pull request's title (when more than one commit).
97+
- `template_owner` (String) The owner of the template repository.
98+
- `template_repository` (String) The name of the template repository to use.
9799

98100
### Read-Only
99101

0 commit comments

Comments
 (0)