implement gitea_fork

This commit is contained in:
Judd Wilcox
2022-10-01 06:56:10 -05:00
parent e7ad54b0a4
commit 480994bfa9
5 changed files with 145 additions and 6 deletions

31
docs/resources/fork.md Normal file
View File

@ -0,0 +1,31 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "gitea_fork Resource - terraform-provider-gitea"
subcategory: ""
description: |-
gitea_fork manages repository fork
---
# gitea_fork (Resource)
`gitea_fork` manages repository fork
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `owner` (String) The owner or owning organization of the repository to fork
- `repo` (String) The name of the repository to fork
### Optional
- `organization` (String) The organization that owns the forked repo
### Read-Only
- `id` (String) The ID of this resource.