mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
51 lines
853 B
Markdown
51 lines
853 B
Markdown
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "gitea_repo Data Source - terraform-provider-gitea"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# gitea_repo (Data Source)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Required
|
||
|
|
||
|
- `name` (String)
|
||
|
- `username` (String)
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `id` (String) The ID of this resource.
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `clone_url` (String)
|
||
|
- `created` (String)
|
||
|
- `default_branch` (String)
|
||
|
- `description` (String)
|
||
|
- `fork` (Boolean)
|
||
|
- `forks` (Number)
|
||
|
- `full_name` (String)
|
||
|
- `html_url` (String)
|
||
|
- `mirror` (Boolean)
|
||
|
- `open_issue_count` (Number)
|
||
|
- `permission_admin` (Boolean)
|
||
|
- `permission_pull` (Boolean)
|
||
|
- `permission_push` (Boolean)
|
||
|
- `private` (Boolean)
|
||
|
- `size` (Number)
|
||
|
- `ssh_url` (String)
|
||
|
- `stars` (Number)
|
||
|
- `updated` (String)
|
||
|
- `watchers` (Number)
|
||
|
- `website` (String)
|
||
|
|
||
|
|