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

Webhook resource support #4

Open asmontas-i opened 4 years ago

asmontas-i commented 4 years ago

Hi,

This bitbucketserver provider is a pleasant surprise with quite a lot of resources implemented already, however I believe webhook support (similar to the bitbucket_hook provider resource) would be also be a great enhancement.

Maybe this has already been considered for implementation?

hartzell commented 4 years ago

~I don't see it mentioned in the docs, but there seems to be code for it here in resource_repository_hook.go. Haven't test driven it yet.~

Ah, oops. That's a repository hook, not a webhook. Apologies.

raulbarreto-delivion commented 2 years ago

Any updates on this?

DenisBY commented 2 years ago

https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest/docs/resources/bitbucketserver_repository_webhook

pkvwgs commented 2 years ago

Does Bitbucket server support ssl certificates we are always using with git sslCAInfo, sslKey and sslCert? If yes, how can we configure them?