terraform-provider-github
terraform-provider-github copied to clipboard
support init repo from fork
Closes #43
- Changes:
- support forking as an additional method of creating a new repo with
fork_from_repositoryandfork_into_organizationoptional attributes -
fork_from_repository: to be provided in the formatOWNER/REPOSITORY -
fork_into_organization: to be provided if user wants to override default behavior of creating the new forked repo in the authenticated user's account
- support forking as an additional method of creating a new repo with
Output of acceptance tests:
--- PASS: TestAccGithubRepository_createFromForkForOrg (10.23s)
--- PASS: TestAccGithubRepository_createFromForkForUser (18.39s)