fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user