{"id":36576679,"url":"https://github.com/zahiar/terraform-provider-bitbucket","last_synced_at":"2026-01-12T07:36:30.827Z","repository":{"id":36954655,"uuid":"403794964","full_name":"zahiar/terraform-provider-bitbucket","owner":"zahiar","description":"Terraform Provider for Bitbucket Cloud","archived":false,"fork":false,"pushed_at":"2024-03-19T18:43:49.000Z","size":300,"stargazers_count":19,"open_issues_count":19,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-16T02:15:06.392Z","etag":null,"topics":["bitbucket","bitbucket-cloud","go","golang","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/zahiar/bitbucket/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zahiar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["zahiar"]}},"created_at":"2021-09-07T00:43:55.000Z","updated_at":"2023-08-12T23:13:22.000Z","dependencies_parsed_at":"2024-06-19T01:51:10.976Z","dependency_job_id":"a5eaa2b9-5218-4deb-b469-8e37157fffdb","html_url":"https://github.com/zahiar/terraform-provider-bitbucket","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/zahiar/terraform-provider-bitbucket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahiar%2Fterraform-provider-bitbucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahiar%2Fterraform-provider-bitbucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahiar%2Fterraform-provider-bitbucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahiar%2Fterraform-provider-bitbucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zahiar","download_url":"https://codeload.github.com/zahiar/terraform-provider-bitbucket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahiar%2Fterraform-provider-bitbucket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket","bitbucket-cloud","go","golang","terraform","terraform-provider"],"created_at":"2026-01-12T07:36:30.110Z","updated_at":"2026-01-12T07:36:30.808Z","avatar_url":"https://github.com/zahiar.png","language":"Go","funding_links":["https://github.com/sponsors/zahiar"],"categories":[],"sub_categories":[],"readme":"# Terraform Provider: Bitbucket Cloud\nThis is a Terraform provider for managing resources within a Bitbucket Cloud account.\n\n## Getting Started\nAs this provider is published to the public [Terraform Registry](https://registry.terraform.io/providers/zahiar/bitbucket),\nyou can install it like so (for Terraform 0.14+):\n```hcl\nprovider \"bitbucket\" {\n  username = \"myUsername\"\n  password = \"myPassword\"\n}\n\nterraform {\n  required_providers {\n    bitbucket = {\n      source  = \"zahiar/bitbucket\"\n    }\n  }\n}\n```\n\nFor more detailed instructions and documentation on the resources and data sources supported, please go to\n[Terraform Registry](https://registry.terraform.io/providers/zahiar/bitbucket/latest/docs).\n\n## Maintenance\nThis provider is maintained during free time, so if you are interested in helping to develop this further, you\nare more than welcome to submit a pull request or raise a ticket if you'd prefer.\n\n## Development\n\n### Requirements\nIf you do wish to help develop this, you will need the following installed:\n* [Go](http://www.golang.org) (see `go.mod` file for the correct version to install)\n* [Go Linter](https://formulae.brew.sh/formula/golangci-lint)\n* [GOPATH](http://golang.org/doc/code.html#GOPATH) (is correctly setup)\n* [Terraform](https://www.terraform.io/downloads.html) (0.14+)\n\n### Building\nSimply run `make build`, and it will compile and create a binary, as well as print-out instructions\non how to configure Terraform to use this locally built provider.\n```shell\n$ make build\n```\n\n### Testing\n\n#### Unit Tests \n```shell\n$ make test\n```\n\n### Acceptance Tests\nThis will require you to specify the following environment variables, as these tests will provision actual resources in\nyour account, and it will tear them down afterwards to ensure it leaves your account clean.\n\nYou will also require a UUID of another account that is a member of your workspace in order for the `bitbucket_user_permission` \ntests to run, as Bitbucket's API will reject the account owner's UUID.\n\n* `BITBUCKET_USERNAME` - Username of the account to run the tests against\n* `BITBUCKET_PASSWORD` - Password of the account to run the tests against\n* `BITBUCKET_MEMBER_ACCOUNT_UUID` - Account UUID of the member who is part of your account\n\n**NOTE**: if a test fails, it may leave dangling resources in your account so please bear this in mind.\n\nIf you have two-factor authentication enabled, then be sure to set up an [app password](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/) and use that instead.\n```shell\n$ BITBUCKET_USERNAME=myUsername BITBUCKET_PASSWORD=myPassword BITBUCKET_MEMBER_ACCOUNT_UUID=myMemberUUID make testacc\n```\n\n### Documentation\nEvery data source or resource added must have an accompanying docs page (see `docs` directory for examples).\n\nDocs are written using Markdown, and you can use [this page](https://registry.terraform.io/tools/doc-preview) to preview what your docs will look like when rendered.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahiar%2Fterraform-provider-bitbucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzahiar%2Fterraform-provider-bitbucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahiar%2Fterraform-provider-bitbucket/lists"}