{"id":19251042,"url":"https://github.com/onesignal/terraform-provider-bitwarden","last_synced_at":"2026-06-28T23:30:18.419Z","repository":{"id":198252857,"uuid":"700411564","full_name":"OneSignal/terraform-provider-bitwarden","owner":"OneSignal","description":"Terraform Provider that integrates with Bitwarden to manage groups and group members","archived":false,"fork":false,"pushed_at":"2024-03-06T10:44:47.000Z","size":340,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-16T16:56:17.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/OneSignal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-04T14:47:05.000Z","updated_at":"2023-12-08T05:59:38.000Z","dependencies_parsed_at":"2024-11-09T18:21:38.508Z","dependency_job_id":"3e0f9e47-9d4b-4b39-aeee-c11450153748","html_url":"https://github.com/OneSignal/terraform-provider-bitwarden","commit_stats":null,"previous_names":["onesignal/terraform-provider-bitwarden"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fterraform-provider-bitwarden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fterraform-provider-bitwarden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fterraform-provider-bitwarden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fterraform-provider-bitwarden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneSignal","download_url":"https://codeload.github.com/OneSignal/terraform-provider-bitwarden/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240347761,"owners_count":19787230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T18:19:43.902Z","updated_at":"2026-06-28T23:30:18.377Z","avatar_url":"https://github.com/OneSignal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitwarden Terraform Provider\n\n_This template repository is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework)._\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.19\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Using the provider\n\nThis provider is intended to manage users and groups in Bitwarden for an organisation.\n\n```hcl\nprovider \"bitwarden\" {\n  # Configure the authentication values needed to authenticate with Bitwarden API.\n  # More information can be found here: https://bitwarden.com/help/public-api/#authentication\n  client_id     = \"client_id\"\n  client_secret = \"client_api_secret\"\n}\n\nresource \"bitwarden_group\" \"example\" {\n  name = \"example\"\n}\n```\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\nIf you like to test it out, you will need to create a `~/.terraformrc` file for the `dev_overrides`\n```hcl\nprovider_installation {\n\n  dev_overrides {\n      \"onesignal/bitwarden\" = \"\u003cPATH\u003e\"\n  }\n\n  # For all other providers, install them directly from their origin provider\n  # registries as normal. If you omit this, Terraform will _only_ use\n  # the dev_overrides block, and so no other providers will be available.\n  direct {}\n}\n```\n\nTo generate or update documentation, run `go generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nexport BITWARDEN_CLIENT_ID=\"organization.xxxx\"\nexport BITWARDEN_CLIENT_SECRET=\"xxx\"\nmake testacc\n```\n\n\n## TODOs\n\n- [ ] implement group members\n- [ ] gracefully handle 404 when group is manually deleted? How do we do that?\n- [ ] ensure urls don't end on trailing /, use validators?\n- [ ] Add docs to group resource\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesignal%2Fterraform-provider-bitwarden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonesignal%2Fterraform-provider-bitwarden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesignal%2Fterraform-provider-bitwarden/lists"}