mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
33 lines
487 B
Markdown
33 lines
487 B
Markdown
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "gitea_org Data Source - terraform-provider-gitea"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# gitea_org (Data Source)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `name` (String)
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `avatar_url` (String)
|
||
|
- `description` (String)
|
||
|
- `full_name` (String)
|
||
|
- `id` (Number) The ID of this resource.
|
||
|
- `location` (String)
|
||
|
- `visibility` (String)
|
||
|
- `website` (String)
|
||
|
|
||
|
|