feat(provider): add provider configuration
This commit is contained in:
commit
349b11254d
20 changed files with 1167 additions and 0 deletions
19
templates/index.md.tmpl
Normal file
19
templates/index.md.tmpl
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: ""
|
||||
page_title: "Provider: forgejo"
|
||||
description: "The Forgejo provider allows you to interact with the Forgejo API."
|
||||
---
|
||||
|
||||
# Forgejo Provider
|
||||
|
||||
The [Forgejo](https://forgejo.org/) provider is used to interact with the
|
||||
resources supported by Forgejo. The provider needs to be configured with the
|
||||
proper credentials before it can be used. It requires terraform 1.0 or later.
|
||||
|
||||
Use the navigation to the left to read about the available resources.
|
||||
|
||||
## Example Usage
|
||||
|
||||
{{tffile "examples/provider/provider.tf"}}
|
||||
|
||||
{{ .SchemaMarkdown | trimspace }}
|
Loading…
Add table
Add a link
Reference in a new issue