{"id":15156440,"url":"https://github.com/brightbox/terraform-provider-brightbox","last_synced_at":"2025-10-24T14:30:24.640Z","repository":{"id":3714715,"uuid":"143080395","full_name":"brightbox/terraform-provider-brightbox","owner":"brightbox","description":"Terraform Brightbox Cloud provider","archived":false,"fork":false,"pushed_at":"2025-01-24T06:03:36.000Z","size":11161,"stargazers_count":8,"open_issues_count":5,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-31T01:47:40.120Z","etag":null,"topics":["brightbox","brightbox-cloud","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/brightbox/brightbox","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/brightbox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2018-07-31T23:32:52.000Z","updated_at":"2024-11-08T07:17:19.000Z","dependencies_parsed_at":"2023-09-27T13:10:07.924Z","dependency_job_id":"c140ad84-2881-4d45-bc5a-c87544067d79","html_url":"https://github.com/brightbox/terraform-provider-brightbox","commit_stats":{"total_commits":439,"total_committers":12,"mean_commits":"36.583333333333336","dds":0.1822323462414579,"last_synced_commit":"25096a6ce40d63aebb6ab4a6092a30be575414c4"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightbox%2Fterraform-provider-brightbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightbox%2Fterraform-provider-brightbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightbox%2Fterraform-provider-brightbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightbox%2Fterraform-provider-brightbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brightbox","download_url":"https://codeload.github.com/brightbox/terraform-provider-brightbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237981703,"owners_count":19397119,"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":["brightbox","brightbox-cloud","terraform","terraform-provider"],"created_at":"2024-09-26T19:21:35.652Z","updated_at":"2025-10-24T14:30:18.799Z","avatar_url":"https://github.com/brightbox.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Provider for [Brightbox Cloud](https://www.brightbox.com)\n=======================================\n\nRequirements\n------------\n\n-\t[Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0.0\n-\t[Go](https://golang.org/doc/install) \u003e= 1.18\n\nUsage\n---------------------\n\n```\n# For example, restrict brightbox version to 3.x.x\nterraform {\n  required_providers {\n    brightbox = {\n      source  = \"brightbox/brightbox\"\n      version = \"~\u003e 3.0\"\n    }\n  }\n}\n```\n\nBuilding The Provider\n---------------------\n\nClone repository to: `$GOPATH/src/github.com/brightbox/terraform-provider-brightbox`\n\n```sh\n$ mkdir -p $GOPATH/src/github.com/brightbox; cd $GOPATH/src/github.com/brightbox\n$ git clone git@github.com:brightbox/terraform-provider-brightbox\n```\n\nEnter the provider directory and build the provider\n\n```sh\n$ cd $GOPATH/src/github.com/brightbox/terraform-provider-brightbox\n$ make build\n```\n\nUsing the provider\n----------------------\nThis version supports managing:\n\n* [Cloud Servers](https://www.brightbox.com/cloud/servers/)\n* [Load Balancers](https://www.brightbox.com/cloud/load-balancing/)\n* [Firewall Policies](https://www.brightbox.com/docs/reference/firewall/)\n* [Cloud SQL Instances](https://www.brightbox.com/cloud/database/)\n* [Cloud IPs](https://www.brightbox.com/blog/2014/02/27/design-decisions-cloud-ip-policy/)\n* [Orbit Cloud Storage](https://www.brightbox.com/cloud/storage/) containers\n* [Volumes](https://www.brightbox.com/docs/guides/volumes/mounting/)\n\nDocumentation\n-------------------------\n\nThe announcement blog post gives a good overview:\n\nhttps://www.brightbox.com/blog/2016/05/13/terraforming-brightbox-cloud/\n\nAnd the getting started guide goes into more detail on how to use it\n\nhttps://www.brightbox.com/docs/guides/terraform/getting-started/\n\nDeveloping the Provider\n---------------------------\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.13+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```sh\n$ make bin\n...\n$ $GOPATH/bin/terraform-provider-brightbox\n...\n```\n\nIn order to test the provider, you can simply run `make test`.\n\n```sh\n$ make test\n```\n\nIn order to run the full suite of Acceptance tests, set the following environment variables\n\n- BRIGHTBOX_CLIENT. The Client Id for an account\n- BRIGHTBOX_CLIENT_SECRET. The client secret for the Id.\n- BRIGHTBOX_API_URL. The Brightbox API endpoint you wish to talk to.\n- BRIGHTBOX_ORBIT_URL. The Brightbox Orbit endpoint you wish to talk to.\n\n\nThen run `make testacc`.\n\n```\n$ make testacc\n````\n\n\nTo run individual sets of tests add a `TESTARGS` argument\n\n```\n$ make testacc TESTARGS=\"-run TestAccBrightboxFirewallPolicy\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightbox%2Fterraform-provider-brightbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightbox%2Fterraform-provider-brightbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightbox%2Fterraform-provider-brightbox/lists"}