feat: add authorization header for webhooks (#69)
Co-authored-by: Jörg Markert <venc0r@live.com> Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/69 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: venc0r <venc0r@noreply.gitea.com> Co-committed-by: venc0r <venc0r@noreply.gitea.com>
This commit is contained in:
@ -28,6 +28,7 @@ This resource allows you to create and manage webhooks for repositories.
|
||||
|
||||
### Optional
|
||||
|
||||
- `authorization_header` (String) Webhook authorization header
|
||||
- `secret` (String) Webhook secret
|
||||
|
||||
### Read-Only
|
||||
|
@ -43,7 +43,7 @@ resource "gitea_team_members" "example_members" {
|
||||
|
||||
### Required
|
||||
|
||||
- `members` (List of String) The user names of the members of the team.
|
||||
- `members` (Set of String) The user names of the members of the team.
|
||||
- `team_id` (Number) The ID of the team.
|
||||
|
||||
### Read-Only
|
||||
|
Reference in New Issue
Block a user