gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

fix webhook resource. Webhook can't be set inactive #54

Open HansBraun opened 1 year ago

HansBraun commented 1 year ago

fix: webhooks could not be set to inactive since the webhook struct omitted the boolean 'Active' when serialized to json.