fix
This commit is contained in:
@@ -22,6 +22,7 @@ provider "restapi" {
|
|||||||
|
|
||||||
resource "restapi_object" "gitea_org_hook" {
|
resource "restapi_object" "gitea_org_hook" {
|
||||||
path = "/orgs/${var.organization}/hooks"
|
path = "/orgs/${var.organization}/hooks"
|
||||||
|
write_returns_object = true
|
||||||
data = jsonencode({
|
data = jsonencode({
|
||||||
type = "gitea"
|
type = "gitea"
|
||||||
active = true
|
active = true
|
||||||
|
|||||||
Reference in New Issue
Block a user