mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
26 lines
641 B
Markdown
26 lines
641 B
Markdown
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "gitea Provider"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# gitea Provider
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `base_url` (String) The Gitea Base API URL
|
||
|
- `cacert_file` (String) A file containing the ca certificate to use in case ssl certificate is not from a standard chain
|
||
|
- `insecure` (Boolean) Disable SSL verification of API calls
|
||
|
- `password` (String) Password in case of using basic auth
|
||
|
- `token` (String) The application token used to connect to Gitea.
|
||
|
- `username` (String) Username in case of using basic auth
|