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

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html

Results 24 terraform-provider-bitbucket issues
Sort by recently updated
recently updated
newest added

### Terraform Version ```Terraform v0.12.24``` ### Affected Resource(s) ```bitbucket_user``` ### Terraform Configuration Files ```hcl data "bitbucket_user" "reviewer" { username = "foo" } ``` ### Expected Behavior I would like to...

There is a new merge check available in Bitbucket Cloud, but it is not available in the provider. ### Terraform Version Terraform v0.12.20 ### Affected Resource(s) `bitbucket_branch_restriction` ### Terraform Configuration...

### Terraform Version Terraform v0.11.13 It'd be great if we could manage merge strategies chat notifications.

This pull request adds `bitbucket_repository_deploy_key` resource for adding [deploy keys](https://bitbucket.org/blog/deployment-keys) to a repository, and `bitbucket_user_ssh_key` for adding [SSH keys](https://confluence.atlassian.com/bitbucket/ssh-keys-935365775.html) to a user. It works very well in conjunction with the...

dependencies
size/XXL

Hello there, As with other resources, the `terraform destroy` command destroys the resources. The documentation on `https://www.terraform.io/docs/providers/bitbucket/index.html` does not tell whether this provider will actually destroy the bitbucket git repository...

Hi, Not an issue or request, but more of a PSA... I'm a contributor for the Heroku terraform provider and was browsing providers when I noticed that this provider isn't...

As of 29th April 2019, the `username` field in the Bitbucket API is deprecated: https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/#removal-of-usernames-from-user-referencing-apis The Bitbucket Terraform Provider currently uses usernames to specify the following resource attributes in Terraform...

### Terraform version 0.11 and 0.12 ### Affected resource `bitbucket_default_reviewers` ### Terraform configuration file ``` resource "bitbucket_repository" "test_repo" { owner = "my_username" name = "test-repo-default-reviewers" } resource "bitbucket_default_reviewers" "test_reviewers" {...

bug

The nightly acceptance tests were all green until 30th May 2019, when when `TestAccBitbucketDefaultReviewers_basic` started failing. It has been failing ever since. From a local run: ```sh $ make testacc...

Hi, we use this provider to manage bitbucket repos for our Org. This worked previously but lately when we add more repos it crashes when doing terraform plan. It seems...