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

Set Repo default branch #49

Open brenwell opened 2 years ago

brenwell commented 2 years ago

Hey there, great to see that this exists, thanks!

I was wondering if there is a way to set the default branch when creating a Repo. As you are probably aware there is a kinda global movement to go from master to main. I see its available via the api.

https://docs.atlassian.com/bitbucket-server/rest/7.1.1/bitbucket-rest.html#idp205

Any thoughts are much appreciated. Thanks