mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-11 04:38:12 +00:00
32 lines
611 B
Markdown
32 lines
611 B
Markdown
|
---
|
||
|
# 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.
|
||
|
|
||
|
|