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

Terraform Provider for Bitbucket Cloud

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

So I already have a working bitbucket, I'm attempting to import.. currently when I try terraform import bitbucket_deployment.infra-aiservices-eng {d665ca98-5924-41a7-8b58-c1f35d85ae82}/{70084221-4725-4747-84bd-df68f8850c34} (numbers changed) but I get ╷ │ Error: unexpected format of...

The deployment-resource is a rather seldom used but very useful resource. Unfortunately the bitbucket-devs were a bit lazy with the requirements of this and didn't even bother to create a...

The documentation from bitbucket is actually not that good, because it doesn't explain any of the fields in question. However I observed on the bitbucket-cloud instance that the previous implementation...

I spent a while wrestling with assigning users to the "restrict_merges" branch restriction before realizing that the go library used by this provider can only create user objects within a...

I receive the following error installing any version of the provider. Partner and community providers are signed by their developers. If you'd like to know more about provider signing, you...

Group creation provider is broken: - Plan : Seems ok at first ``` base) welcome@Traianos-MacBook-Pro bitbucket-iac % terraform plan -out terraform.plan bitbucket_project.example: Refreshing state... [id={e22a7ac4-0ea1-4fd6-9e51-be7f399f1b49}] Terraform used the selected providers...

Is this possible? https://community.atlassian.com/t5/Bitbucket-questions/Delete-source-branch-after-merging-by-DEFAULT/qaq-p/1351244

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.26.1 to 2.28.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.28.0 NOTES: helper/schema: The Resource type EnableApplyLegacyTypeSystemErrors and EnablePlanLegacyTypeSystemErrors fields can be enabled to more easily discover resource...

dependencies
go

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.4.0 to 3.7.0. Release notes Sourced from golangci/golangci-lint-action's releases. v3.7.0 What's Changed Changes feat: working-directory with only-new-issues by @​CfirTsabari in golangci/golangci-lint-action#795 Documentation docs: improve How to use...

dependencies
github_actions

The Bitbucket API does not provide the capability to change the 'repository' parameter of a pipeline variable (results in 404 error when trying to do so). This resource needs to...