Add repository webhook resource (#28)

Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/28
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Petar Nikolovski <petar.nikolovski@protonmail.com>
Co-committed-by: Petar Nikolovski <petar.nikolovski@protonmail.com>
This commit is contained in:
Petar Nikolovski
2023-10-24 19:46:11 +00:00
committed by techknowlogick
parent f59aab3d1f
commit 683696a756
18 changed files with 290 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ terraform {
required_providers {
gitea = {
source = "go-gitea/gitea"
version = "0.2.0"
version = "0.3.0"
}
}
}
@@ -71,4 +71,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## History
This codebase was created at https://gitea.com/gitea/terraform-provider-gitea, was forked by @lerentis, and then their changes were merged back into the original repo. Thank you to everyone who contributed!