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:
venc0r
2024-07-16 14:36:46 +00:00
committed by techknowlogick
parent fb56ad7c76
commit 4b114faecf
3 changed files with 36 additions and 21 deletions

View File

@ -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

View File

@ -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