fixed handling of vanished resources
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
added support for organisations
This commit is contained in:
36
docs/resources/org.md
Normal file
36
docs/resources/org.md
Normal 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.
|
||||
|
||||
|
Reference in New Issue
Block a user