diff --git a/bitbucket/resource_repository_webhook.go b/bitbucket/resource_repository_webhook.go index 61eed2b..1affe2b 100644 --- a/bitbucket/resource_repository_webhook.go +++ b/bitbucket/resource_repository_webhook.go @@ -19,7 +19,7 @@ type Webhook struct { CreatedDate jsonTime `json:"createdDate,omitempty"` UpdatedDate jsonTime `json:"updatedDate,omitempty"` URL string `json:"url,omitempty"` - Active bool `json:"active,omitempty"` + Active bool `json:"active"` Events []interface{} `json:"events"` Configuration WebhookConfiguration `json:"configuration"` }