You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraformDummyRepo2/docs/resources/oauth2_app.md

736 B

page_title subcategory description
gitea_oauth2_app Resource - terraform-provider-gitea Handling gitea oauth application https://docs.gitea.io/en-us/oauth2-provider/ resources

gitea_oauth2_app (Resource)

Handling gitea oauth application resources

Schema

Required

  • name (String) OAuth Application name
  • redirect_uris (Set of String) Accepted redirect URIs

Read-Only

  • client_id (String) OAuth2 Application client id
  • client_secret (String, Sensitive) Oauth2 Application client secret
  • id (String) The ID of this resource.