fixed handling of vanished resources
Some checks reported errors
continuous-integration/drone/push Build was killed

added support for organisations
This commit is contained in:
2022-06-12 15:34:17 +02:00
parent 126547905a
commit 24357370bc
7 changed files with 258 additions and 7 deletions

36
docs/resources/org.md Normal file
View File

@ -0,0 +1,36 @@
---
# 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.