terraform-provider-bitbucketserver icon indicating copy to clipboard operation
terraform-provider-bitbucketserver copied to clipboard

Terraform provider for Bitbucket Server Management

Results 14 terraform-provider-bitbucketserver issues
Sort by recently updated
recently updated
newest added

Being able to add files to a git repo is really useful with the terraform github provider. It would be awesome to be able to do the same thing with...

When I want to fork a repository from Project A to Project B, actual `bitbucketserver_repository` resource try to create in Project A instead of Project B : ``` resource "bitbucketserver_repository"...

Bumps [github.com/hashicorp/terraform](https://github.com/hashicorp/terraform) from 0.12.2 to 0.12.17. Changelog Sourced from github.com/hashicorp/terraform's changelog. 0.12.17 (December 02, 2019) SECURITY NOTES: If you are using the Azure remote state backend and you are using...

dependencies
go

Addresses first issue pointed in #59 The diff generated from terraform plan correctly indicates that a new bitbucketserver_plugin resource will be create.

Steps to reproduce the bug : - Install any plugin using `bitbucketserver_plugin` and configuration for the plugin using `bitbucketserver_plugin_config` - From the Bitbucket UI , under admin options> managed apps...

hey there, I am trying to update project level branch permission for all repos but there is no resource available. https://docs.atlassian.com/bitbucket-server/rest/5.5.1/bitbucket-ref-restriction-rest.html

When I create a webhook with parameter 'active' equals false it is not deactivated. Example terraform configuration: ``` resource "bitbucketserver_repository_webhook" "main" { project = "SomeBitbucket_project" repository ="SomeRepo" name = "someName"...

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

Would be great to have possibility to use project level tokens instead of user-password. In this scenario bitbucket requires to use Authorization: Bearer tokens - more details here - https://confluence.atlassian.com/bitbucketserver/http-access-tokens-939515499.html