mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 02:18:12 +00:00
34 lines
510 B
Markdown
34 lines
510 B
Markdown
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "gitea_user Data Source - terraform-provider-gitea"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# gitea_user (Data Source)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `username` (String)
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `avatar_url` (String)
|
||
|
- `created` (String)
|
||
|
- `email` (String)
|
||
|
- `full_name` (String)
|
||
|
- `id` (Number) The ID of this resource.
|
||
|
- `is_admin` (Boolean)
|
||
|
- `language` (String)
|
||
|
- `last_login` (String)
|
||
|
|
||
|
|