This commit is contained in:
2024-04-19 14:06:02 +02:00
parent 81cc8bfcd7
commit 4c3491d2f1

View File

@@ -22,6 +22,7 @@ provider "restapi" {
resource "restapi_object" "gitea_org_hook" {
path = "/orgs/${var.organization}/hooks"
write_returns_object = true
data = jsonencode({
type = "gitea"
active = true