Adding gitea_oauth_app resource
This commit is contained in:
29
docs/resources/oauth2_app.md
Normal file
29
docs/resources/oauth2_app.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "gitea_oauth2_app Resource - terraform-provider-gitea"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Handling gitea oauth application https://docs.gitea.io/en-us/oauth2-provider/ resources
|
||||
---
|
||||
|
||||
# gitea_oauth2_app (Resource)
|
||||
|
||||
Handling [gitea oauth application](https://docs.gitea.io/en-us/oauth2-provider/) resources
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `name` (String) OAuth Application name
|
||||
- `redirect_uris` (Set of String) Accepted redirect URIs
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `client_id` (String) OAuth2 client id
|
||||
- `client_secret` (String, Sensitive) Oauth2 client secret
|
||||
- `id` (String) The ID of this resource.
|
||||
|
||||
|
Reference in New Issue
Block a user