mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-06 10:48:13 +00:00
24357370bc
added support for organisations
36 lines
602 B
Markdown
36 lines
602 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "gitea_org Resource - terraform-provider-gitea"
|
|
subcategory: ""
|
|
description: |-
|
|
Handling Ogranisation resources
|
|
---
|
|
|
|
# gitea_org (Resource)
|
|
|
|
Handling Ogranisation resources
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `name` (String)
|
|
|
|
### Optional
|
|
|
|
- `description` (String)
|
|
- `full_name` (String)
|
|
- `location` (String)
|
|
- `repo_admin_change_team_access` (Boolean)
|
|
- `visibility` (String)
|
|
- `website` (String)
|
|
|
|
### Read-Only
|
|
|
|
- `avatar_url` (String)
|
|
- `id` (String) The ID of this resource.
|
|
|
|
|